r26470 - in /branches/upstream/libmodule-scandeps-perl/current: Changes MANIFEST META.yml lib/Module/ScanDeps.pm

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Nov 2 00:23:23 UTC 2008


Author: ansgar-guest
Date: Sun Nov  2 00:23:19 2008
New Revision: 26470

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

Modified:
    branches/upstream/libmodule-scandeps-perl/current/Changes
    branches/upstream/libmodule-scandeps-perl/current/MANIFEST
    branches/upstream/libmodule-scandeps-perl/current/META.yml
    branches/upstream/libmodule-scandeps-perl/current/lib/Module/ScanDeps.pm

Modified: branches/upstream/libmodule-scandeps-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-scandeps-perl/current/Changes?rev=26470&op=diff
==============================================================================
--- branches/upstream/libmodule-scandeps-perl/current/Changes (original)
+++ branches/upstream/libmodule-scandeps-perl/current/Changes Sun Nov  2 00:23:19 2008
@@ -1,3 +1,6 @@
+[Changes for 0.87 - 2008-10-28]
+* Add special case for PPI.
+
 [Changes for 0.86 - 2008-10-23]
 * Fix the 'use prefork "Foo"' static detection.
 * Fix the detection of any of the module-loader modules such as

Modified: branches/upstream/libmodule-scandeps-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-scandeps-perl/current/MANIFEST?rev=26470&op=diff
==============================================================================
--- branches/upstream/libmodule-scandeps-perl/current/MANIFEST (original)
+++ branches/upstream/libmodule-scandeps-perl/current/MANIFEST Sun Nov  2 00:23:19 2008
@@ -8,7 +8,6 @@
 inc/Module/Install/Metadata.pm
 inc/Module/Install/Win32.pm
 inc/Module/Install/WriteAll.pm
-lib/Module/.ScanDeps.pm.swp
 lib/Module/ScanDeps.pm
 lib/Module/ScanDeps/DataFeed.pm
 Makefile.PL

Modified: branches/upstream/libmodule-scandeps-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-scandeps-perl/current/META.yml?rev=26470&op=diff
==============================================================================
--- branches/upstream/libmodule-scandeps-perl/current/META.yml (original)
+++ branches/upstream/libmodule-scandeps-perl/current/META.yml Sun Nov  2 00:23:19 2008
@@ -23,4 +23,4 @@
   version: 0
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.86
+version: 0.87

Modified: branches/upstream/libmodule-scandeps-perl/current/lib/Module/ScanDeps.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-scandeps-perl/current/lib/Module/ScanDeps.pm?rev=26470&op=diff
==============================================================================
--- branches/upstream/libmodule-scandeps-perl/current/lib/Module/ScanDeps.pm (original)
+++ branches/upstream/libmodule-scandeps-perl/current/lib/Module/ScanDeps.pm Sun Nov  2 00:23:19 2008
@@ -4,7 +4,7 @@
 use strict;
 use vars qw( $VERSION @EXPORT @EXPORT_OK $CurrentPackage @IncludeLibs $ScanFileRE );
 
-$VERSION   = '0.86';
+$VERSION   = '0.87';
 @EXPORT    = qw( scan_deps scan_deps_runtime );
 @EXPORT_OK = qw( scan_line scan_chunk add_deps scan_deps_runtime path_to_inc_name );
 
@@ -346,6 +346,7 @@
         _glob_in_inc('POE/XS/Loop', 1),
         _glob_in_inc('POE/Loop', 1),
     },
+    'PPI.pm'                        => 'sub',
     'Parse/AFP.pm'                  => 'sub',
     'Parse/Binary.pm'               => 'sub',
     'PerlIO.pm'                     => [ 'PerlIO/scalar.pm' ],




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