You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2012/07/22 17:15:30 UTC

svn commit: r1364324 - /httpd/site/trunk/lib/view.pm

Author: joes
Date: Sun Jul 22 15:15:29 2012
New Revision: 1364324

URL: http://svn.apache.org/viewvc?rev=1364324&view=rev
Log:
add return value for module load

Modified:
    httpd/site/trunk/lib/view.pm

Modified: httpd/site/trunk/lib/view.pm
URL: http://svn.apache.org/viewvc/httpd/site/trunk/lib/view.pm?rev=1364324&r1=1364323&r2=1364324&view=diff
==============================================================================
--- httpd/site/trunk/lib/view.pm (original)
+++ httpd/site/trunk/lib/view.pm Sun Jul 22 15:15:29 2012
@@ -68,6 +68,8 @@ sub breadcrumbs {
     return join " &raquo ", @rv;
 }
 
+1;
+
 =head1 LICENSE
 
            Licensed to the Apache Software Foundation (ASF) under one