update Build.PL and Changes v0.1
Brian Cassidy [Tue, 11 Jul 2006 15:00:27 +0000 (15:00 +0000)]
Build.PL
Changes

index 461dbd9..23ead95 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -9,8 +9,9 @@ my $build = Module::Build->new(
        create_readme      => 1,\r
        create_makefile_pl => 'traditional',\r
        requires           => {\r
-               'Catalyst'    => 0,\r
-               'Data::Visitor' => 0.02,\r
+               'Catalyst::Runtime' => '0',\r
+               'Data::Visitor'     => '0.02',\r
+        'Module::Pluggable' => '3.01'\r
        },\r
 );\r
 \r
diff --git a/Changes b/Changes
index 61a32e8..4008490 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Perl extension Catalyst::Plugin::ConfigLoader.\r
 \r
-0.1   Wed Jul 05 2006\r
+0.1   Tue Jul 11 2006\r
     - remove hash merging since it is now a core behavior\r
     - added C/M/V legacy shortcuts\r
     - fixed debug output some\r