r50798 - 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
Tue Jan 12 15:40:50 UTC 2010


Author: jawnsy-guest
Date: Tue Jan 12 15:40:36 2010
New Revision: 50798

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

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=50798&op=diff
==============================================================================
--- branches/upstream/libtest-module-used-perl/current/ChangeLog (original)
+++ branches/upstream/libtest-module-used-perl/current/ChangeLog Tue Jan 12 15:40:36 2010
@@ -1,3 +1,7 @@
+2010-01-12  Takuya Tsuchida  <tsucchi at cpan.org>
+
+	* 0.1.8
+	remove executable permission in Makefile.PL
 
 2010-01-03  Takuya Tsuchida  <tsucchi at cpan.org>
 	* 0.1.7

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=50798&op=diff
==============================================================================
--- branches/upstream/libtest-module-used-perl/current/META.yml (original)
+++ branches/upstream/libtest-module-used-perl/current/META.yml Tue Jan 12 15:40:36 2010
@@ -31,4 +31,4 @@
 resources:
   license: http://dev.perl.org/licenses/
   repository: http://github.com/tsucchi/Test-Module-Used
-version: 0.1.7
+version: 0.1.8

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=50798&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 Tue Jan 12 15:40:36 2010
@@ -13,7 +13,7 @@
 use version;
 
 use 5.008;
-our $VERSION = '0.1.7';
+our $VERSION = '0.1.8';
 
 =head1 NAME
 
@@ -449,7 +449,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (c) 2008-2009 Takuya Tsuchida
+Copyright (c) 2008-2010 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