r50001 - in /branches/upstream/libtest-module-used-perl/current: ChangeLog META.yml lib/Test/Module/Used.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Jan 3 04:21:12 UTC 2010


Author: jawnsy-guest
Date: Sun Jan  3 04:21:02 2010
New Revision: 50001

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50001
Log:
[svn-upgrade] Integrating new upstream version, libtest-module-used-perl (0.1.6)

Modified:
    branches/upstream/libtest-module-used-perl/current/ChangeLog
    branches/upstream/libtest-module-used-perl/current/META.yml
    branches/upstream/libtest-module-used-perl/current/lib/Test/Module/Used.pm

Modified: branches/upstream/libtest-module-used-perl/current/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-module-used-perl/current/ChangeLog?rev=50001&op=diff
==============================================================================
--- branches/upstream/libtest-module-used-perl/current/ChangeLog (original)
+++ branches/upstream/libtest-module-used-perl/current/ChangeLog Sun Jan  3 04:21:02 2010
@@ -1,3 +1,8 @@
+2010-01-03  Takuya Tsuchida  <tsucchi at cpan.org>
+
+	* 0.1.6
+	fix: add copyright information(for RT#53290)
+
 2009-12-30  Takuya Tsuchida  <tsucchi at cpan.org>
 
 	* 0.1.5

Modified: branches/upstream/libtest-module-used-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-module-used-perl/current/META.yml?rev=50001&op=diff
==============================================================================
--- branches/upstream/libtest-module-used-perl/current/META.yml (original)
+++ branches/upstream/libtest-module-used-perl/current/META.yml Sun Jan  3 04:21:02 2010
@@ -30,4 +30,4 @@
   version: 0.77
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.1.5
+version: 0.1.6

Modified: branches/upstream/libtest-module-used-perl/current/lib/Test/Module/Used.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-module-used-perl/current/lib/Test/Module/Used.pm?rev=50001&op=diff
==============================================================================
--- branches/upstream/libtest-module-used-perl/current/lib/Test/Module/Used.pm (original)
+++ branches/upstream/libtest-module-used-perl/current/lib/Test/Module/Used.pm Sun Jan  3 04:21:02 2010
@@ -13,7 +13,7 @@
 use version;
 
 use 5.008;
-our $VERSION = '0.1.5';
+our $VERSION = '0.1.6';
 
 =head1 NAME
 
@@ -447,7 +447,9 @@
 L<http://github.com/tsucchi/Test-Module-Used>
 
 
-=head1 LICENSE
+=head1 COPYRIGHT AND LICENSE
+
+Copyright (c) 2008-2009 Takuya Tsuchida
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.




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