r50304 - in /trunk/libtest-module-used-perl: ChangeLog META.yml Makefile.PL debian/changelog lib/Test/Module/Used.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Jan 5 19:35:23 UTC 2010


Author: jawnsy-guest
Date: Tue Jan  5 19:35:14 2010
New Revision: 50304

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50304
Log:
prepare for release

Modified:
    trunk/libtest-module-used-perl/ChangeLog
    trunk/libtest-module-used-perl/META.yml
    trunk/libtest-module-used-perl/Makefile.PL
    trunk/libtest-module-used-perl/debian/changelog
    trunk/libtest-module-used-perl/lib/Test/Module/Used.pm

Modified: trunk/libtest-module-used-perl/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-module-used-perl/ChangeLog?rev=50304&op=diff
==============================================================================
--- trunk/libtest-module-used-perl/ChangeLog (original)
+++ trunk/libtest-module-used-perl/ChangeLog Tue Jan  5 19:35:14 2010
@@ -1,5 +1,9 @@
+
 2010-01-03  Takuya Tsuchida  <tsucchi at cpan.org>
-
+	* 0.1.7
+	add repository in Makefile.PL
+	(merge from git://github.com/cpanservice/Test-Module-Used.git)
+	
 	* 0.1.6
 	fix: add copyright information(for RT#53290)
 

Modified: trunk/libtest-module-used-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-module-used-perl/META.yml?rev=50304&op=diff
==============================================================================
--- trunk/libtest-module-used-perl/META.yml (original)
+++ trunk/libtest-module-used-perl/META.yml Tue Jan  5 19:35:14 2010
@@ -30,4 +30,5 @@
   version: 0.77
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.1.6
+  repository: http://github.com/tsucchi/Test-Module-Used
+version: 0.1.7

Modified: trunk/libtest-module-used-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-module-used-perl/Makefile.PL?rev=50304&op=diff
==============================================================================
--- trunk/libtest-module-used-perl/Makefile.PL (original)
+++ trunk/libtest-module-used-perl/Makefile.PL Tue Jan  5 19:35:14 2010
@@ -14,4 +14,5 @@
 author_tests   'xt';
 
 no_index       directory => 'testdata';
+repository     'http://github.com/tsucchi/Test-Module-Used';
 WriteAll;

Modified: trunk/libtest-module-used-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-module-used-perl/debian/changelog?rev=50304&op=diff
==============================================================================
--- trunk/libtest-module-used-perl/debian/changelog (original)
+++ trunk/libtest-module-used-perl/debian/changelog Tue Jan  5 19:35:14 2010
@@ -1,7 +1,5 @@
-libtest-module-used-perl (0.1.6-1) UNRELEASED; urgency=low
-
-  WAITS-FOR libmodule-used-perl
+libtest-module-used-perl (0.1.7-1) UNRELEASED; urgency=low
 
   * Initial Release (Closes: #563459)
 
- -- Jonathan Yu <jawnsy at cpan.org>  Sat, 02 Jan 2010 23:24:15 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Tue, 05 Jan 2010 14:35:12 -0500

Modified: trunk/libtest-module-used-perl/lib/Test/Module/Used.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-module-used-perl/lib/Test/Module/Used.pm?rev=50304&op=diff
==============================================================================
--- trunk/libtest-module-used-perl/lib/Test/Module/Used.pm (original)
+++ trunk/libtest-module-used-perl/lib/Test/Module/Used.pm Tue Jan  5 19:35:14 2010
@@ -13,7 +13,7 @@
 use version;
 
 use 5.008;
-our $VERSION = '0.1.6';
+our $VERSION = '0.1.7';
 
 =head1 NAME
 




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