[Catalyst-commits] r6922 - in
trunk/Catalyst-Plugin-ConfigLoader-Remote: .
lib/Catalyst/Plugin/ConfigLoader
jshirley at dev.catalyst.perl.org
jshirley at dev.catalyst.perl.org
Tue Sep 18 19:25:37 GMT 2007
Author: jshirley
Date: 2007-09-18 19:25:36 +0100 (Tue, 18 Sep 2007)
New Revision: 6922
Modified:
trunk/Catalyst-Plugin-ConfigLoader-Remote/Changes
trunk/Catalyst-Plugin-ConfigLoader-Remote/MANIFEST.SKIP
trunk/Catalyst-Plugin-ConfigLoader-Remote/lib/Catalyst/Plugin/ConfigLoader/Remote.pm
Log:
Just about ready for CPAN now
Modified: trunk/Catalyst-Plugin-ConfigLoader-Remote/Changes
===================================================================
--- trunk/Catalyst-Plugin-ConfigLoader-Remote/Changes 2007-09-18 17:54:16 UTC (rev 6921)
+++ trunk/Catalyst-Plugin-ConfigLoader-Remote/Changes 2007-09-18 18:25:36 UTC (rev 6922)
@@ -1,5 +1,5 @@
Revision history for Catalyst-Plugin-ConfigLoader-Remote
-0.01 Date/time
- First version, released on an unsuspecting world.
+0.01 2007-09-17
+ First version, very basic remote loading via File::Fetch
Modified: trunk/Catalyst-Plugin-ConfigLoader-Remote/MANIFEST.SKIP
===================================================================
--- trunk/Catalyst-Plugin-ConfigLoader-Remote/MANIFEST.SKIP 2007-09-18 17:54:16 UTC (rev 6921)
+++ trunk/Catalyst-Plugin-ConfigLoader-Remote/MANIFEST.SKIP 2007-09-18 18:25:36 UTC (rev 6922)
@@ -12,6 +12,8 @@
\bblibdirs$
^MANIFEST\.SKIP$
+\bt/boilerplate\.t$
+
# Avoid Module::Build generated and utility files.
\bBuild$
\b_build
@@ -19,6 +21,7 @@
# Avoid temp and backup files.
~$
\.tmp$
+\.swp$
\.old$
\.bak$
\#$
Modified: trunk/Catalyst-Plugin-ConfigLoader-Remote/lib/Catalyst/Plugin/ConfigLoader/Remote.pm
===================================================================
--- trunk/Catalyst-Plugin-ConfigLoader-Remote/lib/Catalyst/Plugin/ConfigLoader/Remote.pm 2007-09-18 17:54:16 UTC (rev 6921)
+++ trunk/Catalyst-Plugin-ConfigLoader-Remote/lib/Catalyst/Plugin/ConfigLoader/Remote.pm 2007-09-18 18:25:36 UTC (rev 6922)
@@ -13,7 +13,7 @@
=head1 NAME
-Catalyst::Plugin::ConfigLoader::Remote - The great new Catalyst::Plugin::ConfigLoader::Remote!
+Catalyst::Plugin::ConfigLoader::Remote - Load (remote) URIs into config
=head1 VERSION
@@ -137,7 +137,7 @@
=head1 COPYRIGHT & LICENSE
-Copyright 2007 J. Shirley, all rights reserved.
+Copyright 2007 J. Shirley and PictureTrail.com
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
More information about the Catalyst-commits
mailing list