You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by jo...@apache.org on 2011/03/22 19:51:16 UTC

svn commit: r1084295 - /incubator/libcloud/site/trunk/lib/path.pm

Author: joes
Date: Tue Mar 22 18:51:16 2011
New Revision: 1084295

URL: http://svn.apache.org/viewvc?rev=1084295&view=rev
Log:
whitespace to trigger a full build

Modified:
    incubator/libcloud/site/trunk/lib/path.pm

Modified: incubator/libcloud/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/incubator/libcloud/site/trunk/lib/path.pm?rev=1084295&r1=1084294&r2=1084295&view=diff
==============================================================================
--- incubator/libcloud/site/trunk/lib/path.pm (original)
+++ incubator/libcloud/site/trunk/lib/path.pm Tue Mar 22 18:51:16 2011
@@ -7,6 +7,7 @@ use warnings;
 # selecting filepaths, the name of the subroutine from view.pm which will be
 # invoked to generate the page, and a hashref of named parameters which will
 # be passed to the view subroutine.
+
 our @patterns = (
     [ qr!index\.mdtext$!, basic => { template => "index.html" } ],
     [ qr!\.mdtext$!, basic => { template => "basic.html" } ],
@@ -18,6 +19,7 @@ our @patterns = (
 # upon other pages -- e.g. a sitemap, which depends upon the pages that it
 # links to.  The keys for %dependencies are filepaths, and the values are
 # arrayrefs containing other filepaths.
+
 our %dependencies = (
     "/sitemap.html" => [ grep s!^content!!, glob "content/libcloud/*.mdtext"
     ],