r71183 - in /branches/upstream/libconfig-jfdi-perl/current: Changes META.yml Makefile.PL README lib/Config/JFDI.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Mar 11 15:23:44 UTC 2011


Author: gregoa
Date: Fri Mar 11 15:22:48 2011
New Revision: 71183

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71183
Log:
[svn-upgrade] new version libconfig-jfdi-perl (0.065)

Modified:
    branches/upstream/libconfig-jfdi-perl/current/Changes
    branches/upstream/libconfig-jfdi-perl/current/META.yml
    branches/upstream/libconfig-jfdi-perl/current/Makefile.PL
    branches/upstream/libconfig-jfdi-perl/current/README
    branches/upstream/libconfig-jfdi-perl/current/lib/Config/JFDI.pm

Modified: branches/upstream/libconfig-jfdi-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-jfdi-perl/current/Changes?rev=71183&op=diff
==============================================================================
--- branches/upstream/libconfig-jfdi-perl/current/Changes (original)
+++ branches/upstream/libconfig-jfdi-perl/current/Changes Fri Mar 11 15:22:48 2011
@@ -1,5 +1,8 @@
 TODO:
     - What if: Config::JFDI->new() # $name is undefined?
+
+0.065 Saturday January 01 14:10:43 PST 2011:
+    - Release because of mis-version
 
 0.065 Friday December 31 14:28:21 PST 2010
     - Non-development release

Modified: branches/upstream/libconfig-jfdi-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-jfdi-perl/current/META.yml?rev=71183&op=diff
==============================================================================
--- branches/upstream/libconfig-jfdi-perl/current/META.yml (original)
+++ branches/upstream/libconfig-jfdi-perl/current/META.yml Fri Mar 11 15:22:48 2011
@@ -25,4 +25,4 @@
   List::MoreUtils: 0
   Path::Class: 0
   Sub::Install: 0
-version: 0.0065
+version: 0.065

Modified: branches/upstream/libconfig-jfdi-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-jfdi-perl/current/Makefile.PL?rev=71183&op=diff
==============================================================================
--- branches/upstream/libconfig-jfdi-perl/current/Makefile.PL (original)
+++ branches/upstream/libconfig-jfdi-perl/current/Makefile.PL Fri Mar 11 15:22:48 2011
@@ -34,7 +34,7 @@
     'Path::Class' => '0',
     'Sub::Install' => '0'
   },
-  'VERSION' => '0.0065',
+  'VERSION' => '0.065',
   'test' => {
     'TESTS' => 't/*.t'
   }

Modified: branches/upstream/libconfig-jfdi-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-jfdi-perl/current/README?rev=71183&op=diff
==============================================================================
--- branches/upstream/libconfig-jfdi-perl/current/README (original)
+++ branches/upstream/libconfig-jfdi-perl/current/README Fri Mar 11 15:22:48 2011
@@ -3,7 +3,7 @@
     layer over Config::Any
 
 VERSION
-    version 0.0065
+    version 0.065
 
 DESCRIPTION
     Config::JFDI is an implementation of Catalyst::Plugin::ConfigLoader that
@@ -205,7 +205,7 @@
     Robert Krimen <robertkrimen at gmail.com>
 
 COPYRIGHT AND LICENSE
-    This software is copyright (c) 2010 by Robert Krimen.
+    This software is copyright (c) 2011 by Robert Krimen.
 
     This is free software; you can redistribute it and/or modify it under
     the same terms as the Perl 5 programming language system itself.

Modified: branches/upstream/libconfig-jfdi-perl/current/lib/Config/JFDI.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-jfdi-perl/current/lib/Config/JFDI.pm?rev=71183&op=diff
==============================================================================
--- branches/upstream/libconfig-jfdi-perl/current/lib/Config/JFDI.pm (original)
+++ branches/upstream/libconfig-jfdi-perl/current/lib/Config/JFDI.pm Fri Mar 11 15:22:48 2011
@@ -1,6 +1,6 @@
 package Config::JFDI;
 BEGIN {
-  $Config::JFDI::VERSION = '0.0065';
+  $Config::JFDI::VERSION = '0.065';
 }
 # ABSTRACT: Just * Do it: A Catalyst::Plugin::ConfigLoader-style layer over Config::Any
 
@@ -235,7 +235,7 @@
 
 =head1 VERSION
 
-version 0.0065
+version 0.065
 
 =head1 DESCRIPTION
 
@@ -434,7 +434,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by Robert Krimen.
+This software is copyright (c) 2011 by Robert Krimen.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.




More information about the Pkg-perl-cvs-commits mailing list