r37186 - in /branches/upstream/libmodule-extract-use-perl/current: Changes META.yml Makefile.PL lib/Use.pm

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Mon Jun 1 15:13:12 UTC 2009


Author: ryan52-guest
Date: Mon Jun  1 15:13:08 2009
New Revision: 37186

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37186
Log:
[svn-upgrade] Integrating new upstream version, libmodule-extract-use-perl (0.15)

Modified:
    branches/upstream/libmodule-extract-use-perl/current/Changes
    branches/upstream/libmodule-extract-use-perl/current/META.yml
    branches/upstream/libmodule-extract-use-perl/current/Makefile.PL
    branches/upstream/libmodule-extract-use-perl/current/lib/Use.pm

Modified: branches/upstream/libmodule-extract-use-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-extract-use-perl/current/Changes?rev=37186&op=diff
==============================================================================
--- branches/upstream/libmodule-extract-use-perl/current/Changes (original)
+++ branches/upstream/libmodule-extract-use-perl/current/Changes Mon Jun  1 15:13:08 2009
@@ -1,4 +1,8 @@
 # Changes for Module::Extract::Use
+
+0.15 - Sun May 31 23:35:10 2009
+	* Debian wants the man pages, so I guess I'll make them
+	after all
 
 0.14 - Wed May 20 07:07:56 2009
 	* Adjust PPI bits to look for 'require' bits too

Modified: branches/upstream/libmodule-extract-use-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-extract-use-perl/current/META.yml?rev=37186&op=diff
==============================================================================
--- branches/upstream/libmodule-extract-use-perl/current/META.yml (original)
+++ branches/upstream/libmodule-extract-use-perl/current/META.yml Mon Jun  1 15:13:08 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Module-Extract-Use
-version:            0.14
+version:            0.15
 abstract:           Extract the modules that a modules uses
 author:
     - brian d foy <bdfoy at cpan.org>

Modified: branches/upstream/libmodule-extract-use-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-extract-use-perl/current/Makefile.PL?rev=37186&op=diff
==============================================================================
--- branches/upstream/libmodule-extract-use-perl/current/Makefile.PL (original)
+++ branches/upstream/libmodule-extract-use-perl/current/Makefile.PL Mon Jun  1 15:13:08 2009
@@ -22,6 +22,10 @@
 		'lib/Use.pm'         => '$(INST_LIBDIR)/Use.pm',
 		},
 
+	'MAN3PODS'     => {
+		'lib/Use.pm' => '$(INST_MAN3DIR)/Module::Extract::Use.$(MAN3EXT)',
+		},
+		
 	clean  => { FILES    => q|Module-Extract-Use-*| },
 
 	);

Modified: branches/upstream/libmodule-extract-use-perl/current/lib/Use.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-extract-use-perl/current/lib/Use.pm?rev=37186&op=diff
==============================================================================
--- branches/upstream/libmodule-extract-use-perl/current/lib/Use.pm (original)
+++ branches/upstream/libmodule-extract-use-perl/current/lib/Use.pm Mon Jun  1 15:13:08 2009
@@ -8,7 +8,7 @@
 use subs qw();
 use vars qw($VERSION);
 
-$VERSION = '0.14';
+$VERSION = '0.15';
 
 =head1 NAME
 




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