r37935 - in /trunk/libmodule-extract-use-perl: Changes META.yml Makefile.PL README debian/changelog lib/Use.pm t/load.t t/pod.t t/pod_coverage.t t/test_manifest

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Jun 10 14:17:16 UTC 2009


Author: jawnsy-guest
Date: Wed Jun 10 14:17:11 2009
New Revision: 37935

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37935
Log:
NO RELEASE NECESSARY
* New upstream release
  -> Cosmetic changes to META.yml (via META_MERGE magic)
* Updated copyright years

Modified:
    trunk/libmodule-extract-use-perl/Changes
    trunk/libmodule-extract-use-perl/META.yml
    trunk/libmodule-extract-use-perl/Makefile.PL
    trunk/libmodule-extract-use-perl/README
    trunk/libmodule-extract-use-perl/debian/changelog
    trunk/libmodule-extract-use-perl/lib/Use.pm
    trunk/libmodule-extract-use-perl/t/load.t
    trunk/libmodule-extract-use-perl/t/pod.t
    trunk/libmodule-extract-use-perl/t/pod_coverage.t
    trunk/libmodule-extract-use-perl/t/test_manifest

Modified: trunk/libmodule-extract-use-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-extract-use-perl/Changes?rev=37935&op=diff
==============================================================================
--- trunk/libmodule-extract-use-perl/Changes (original)
+++ trunk/libmodule-extract-use-perl/Changes Wed Jun 10 14:17:11 2009
@@ -1,4 +1,8 @@
 # Changes for Module::Extract::Use
+
+0.16 - Wed Jun 10 00:21:12 2009
+	* Small distro cleanups and new META_MERGE hotness. No need
+	to upgrade.
 
 0.15 - Sun May 31 23:35:10 2009
 	* Debian wants the man pages, so I guess I'll make them

Modified: trunk/libmodule-extract-use-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-extract-use-perl/META.yml?rev=37935&op=diff
==============================================================================
--- trunk/libmodule-extract-use-perl/META.yml (original)
+++ trunk/libmodule-extract-use-perl/META.yml Wed Jun 10 14:17:11 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Module-Extract-Use
-version:            0.15
+version:            0.16
 abstract:           Extract the modules that a modules uses
 author:
     - brian d foy <bdfoy at cpan.org>
@@ -11,9 +11,12 @@
 build_requires:
     ExtUtils::MakeMaker:  0
 requires:
+    perl:          5.006
     PPI:           0
     Test::More:    0
     Test::Output:  0
+resources:
+    repository:  git://github.com/briandfoy/module--extract--use.git
 no_index:
     directory:
         - t
@@ -22,3 +25,7 @@
 meta-spec:
     url:      http://module-build.sourceforge.net/META-spec-v1.4.html
     version:  1.4
+keywords:
+    - testing
+    - STDOUT
+    - STDERR

Modified: trunk/libmodule-extract-use-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-extract-use-perl/Makefile.PL?rev=37935&op=diff
==============================================================================
--- trunk/libmodule-extract-use-perl/Makefile.PL (original)
+++ trunk/libmodule-extract-use-perl/Makefile.PL Wed Jun 10 14:17:11 2009
@@ -1,4 +1,3 @@
-# $Id: Makefile.PL,v 1.4 2004/07/04 17:04:17 comdog Exp $
 use ExtUtils::MakeMaker;
 
 require 5.006;
@@ -22,6 +21,22 @@
 		'lib/Use.pm'         => '$(INST_LIBDIR)/Use.pm',
 		},
 
+	(
+	$ExtUtils::MakeMaker::VERSION ge '6.48' ? 
+		(
+		MIN_PERL_VERSION => 5.006,
+
+		META_MERGE       => {
+			resources => {
+		  		repository => 'git://github.com/briandfoy/module--extract--use.git',
+				},
+			keywords => ['testing','STDOUT','STDERR'],
+	  		},
+	 	) 
+	 	: 
+	 	()
+	 ),
+
 	'MAN3PODS'     => {
 		'lib/Use.pm' => '$(INST_MAN3DIR)/Module::Extract::Use.$(MAN3EXT)',
 		},

Modified: trunk/libmodule-extract-use-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-extract-use-perl/README?rev=37935&op=diff
==============================================================================
--- trunk/libmodule-extract-use-perl/README (original)
+++ trunk/libmodule-extract-use-perl/README Wed Jun 10 14:17:11 2009
@@ -1,5 +1,3 @@
-$Id: README,v 1.1 2004/09/08 00:25:41 comdog Exp $
-
 You can install this using in the usual Perl fashion
 
 	perl Makefile.PL
@@ -17,11 +15,10 @@
 
 	perldoc  lib/Use.pm
 	
-This module is also in CVS on SourceForge
+This module is Github
 
-	http://sourceforge.net/projects/brian-d-foy/
-
+	http://github.com/briandfoy/module--extract--use/tree/master
 
 Enjoy, 
 
-brian d foy, bdfoy at cpan.org
+brian d foy, bdfoy at cpan.org

Modified: trunk/libmodule-extract-use-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-extract-use-perl/debian/changelog?rev=37935&op=diff
==============================================================================
--- trunk/libmodule-extract-use-perl/debian/changelog (original)
+++ trunk/libmodule-extract-use-perl/debian/changelog Wed Jun 10 14:17:11 2009
@@ -1,8 +1,15 @@
-libmodule-extract-use-perl (0.15-2) UNRELEASED; urgency=low
+libmodule-extract-use-perl (0.16-1) unstable; urgency=low
 
+  NO RELEASE NECESSARY
+
+  * New upstream release
+    -> Cosmetic changes to META.yml (via META_MERGE magic)
+  * Updated copyright years
+
+  [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- Nathan Handler <nhandler at ubuntu.com>  Sat, 06 Jun 2009 01:35:01 +0000
+ -- Jonathan Yu <frequency at cpan.org>  Wed, 10 Jun 2009 10:15:43 -0400
 
 libmodule-extract-use-perl (0.15-1) unstable; urgency=low
 

Modified: trunk/libmodule-extract-use-perl/lib/Use.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-extract-use-perl/lib/Use.pm?rev=37935&op=diff
==============================================================================
--- trunk/libmodule-extract-use-perl/lib/Use.pm (original)
+++ trunk/libmodule-extract-use-perl/lib/Use.pm Wed Jun 10 14:17:11 2009
@@ -1,4 +1,3 @@
-# $Id$
 package Module::Extract::Use;
 use strict;
 
@@ -8,7 +7,7 @@
 use subs qw();
 use vars qw($VERSION);
 
-$VERSION = '0.15';
+$VERSION = '0.16';
 
 =head1 NAME
 
@@ -142,7 +141,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (c) 2008, brian d foy, All Rights Reserved.
+Copyright (c) 2008-2009, brian d foy, All Rights Reserved.
 
 You may redistribute this under the same terms as Perl itself.
 

Modified: trunk/libmodule-extract-use-perl/t/load.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-extract-use-perl/t/load.t?rev=37935&op=diff
==============================================================================
--- trunk/libmodule-extract-use-perl/t/load.t (original)
+++ trunk/libmodule-extract-use-perl/t/load.t Wed Jun 10 14:17:11 2009
@@ -1,4 +1,3 @@
-# $Id: load.t,v 1.2 2004/09/08 00:25:42 comdog Exp $
 BEGIN {
 	@classes = qw(Module::Extract::Use);
 	}

Modified: trunk/libmodule-extract-use-perl/t/pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-extract-use-perl/t/pod.t?rev=37935&op=diff
==============================================================================
--- trunk/libmodule-extract-use-perl/t/pod.t (original)
+++ trunk/libmodule-extract-use-perl/t/pod.t Wed Jun 10 14:17:11 2009
@@ -1,4 +1,3 @@
-# $Id$
 use Test::More;
 eval "use Test::Pod 1.00";
 plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;

Modified: trunk/libmodule-extract-use-perl/t/pod_coverage.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-extract-use-perl/t/pod_coverage.t?rev=37935&op=diff
==============================================================================
--- trunk/libmodule-extract-use-perl/t/pod_coverage.t (original)
+++ trunk/libmodule-extract-use-perl/t/pod_coverage.t Wed Jun 10 14:17:11 2009
@@ -1,6 +1,5 @@
-# $Id$
 use Test::More;
 eval "use Test::Pod::Coverage 1.00";
 plan skip_all => "Test::Pod::Coverage 1.00 required for testing POD coverage" if $@;
 all_pod_coverage_ok();
-																						 
+																						 

Modified: trunk/libmodule-extract-use-perl/t/test_manifest
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-extract-use-perl/t/test_manifest?rev=37935&op=diff
==============================================================================
--- trunk/libmodule-extract-use-perl/t/test_manifest (original)
+++ trunk/libmodule-extract-use-perl/t/test_manifest Wed Jun 10 14:17:11 2009
@@ -1,5 +1,4 @@
-# $Id$
 load.t
 pod.t
 pod_coverage.t
-get_modules.t
+get_modules.t




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