re-require File::Slurp
David Kamholz [Wed, 8 Feb 2006 15:20:43 +0000 (15:20 +0000)]
Build.PL
Changes

index a8161ef..a8e80b1 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -10,7 +10,7 @@ my $build = Module::Build->new(
        create_makefile_pl => 'traditional',\r
        requires           => {\r
                'Catalyst'    => 0,\r
-               #'File::Slurp' => 0,\r
+               'File::Slurp' => 0,\r
                'Data::Visitor' => 0.02,\r
        },\r
 );\r
diff --git a/Changes b/Changes
index 0e1e575..4c4c0f6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -4,7 +4,7 @@ Revision history for Perl extension Catalyst::Plugin::ConfigLoader.
     - add finalize_config method\r
     - make default finalize_config traverse the config and substitute\r
       things beginning __HOME__/* with real path\r
-    - don't use File::Slurp, not sure how to eliminate warnings\r
+    - don't (re-)use File::Slurp, not sure how to eliminate warnings\r
 \r
 0.03  Mon Jan 30 2006\r
     - pod fixes\r