r3354 - in /packages/libpar-perl/branches/upstream/current: ./ inc/Module/ inc/Module/Install/ lib/ lib/PAR/Filter/ package/

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Fri Jul 28 12:46:36 UTC 2006


Author: eloy
Date: Fri Jul 28 12:46:35 2006
New Revision: 3354

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3354
Log:
Load /tmp/tmp.QhnlfO6567/libpar-perl-0.942 into
packages/libpar-perl/branches/upstream/current.

Removed:
    packages/libpar-perl/branches/upstream/current/package/
Modified:
    packages/libpar-perl/branches/upstream/current/ChangeLog
    packages/libpar-perl/branches/upstream/current/MANIFEST
    packages/libpar-perl/branches/upstream/current/META.yml
    packages/libpar-perl/branches/upstream/current/Makefile.PL
    packages/libpar-perl/branches/upstream/current/SIGNATURE
    packages/libpar-perl/branches/upstream/current/inc/Module/Install.pm
    packages/libpar-perl/branches/upstream/current/inc/Module/Install/AutoInstall.pm
    packages/libpar-perl/branches/upstream/current/inc/Module/Install/Base.pm
    packages/libpar-perl/branches/upstream/current/inc/Module/Install/Can.pm
    packages/libpar-perl/branches/upstream/current/inc/Module/Install/Fetch.pm
    packages/libpar-perl/branches/upstream/current/inc/Module/Install/Include.pm
    packages/libpar-perl/branches/upstream/current/inc/Module/Install/Makefile.pm
    packages/libpar-perl/branches/upstream/current/inc/Module/Install/Metadata.pm
    packages/libpar-perl/branches/upstream/current/inc/Module/Install/PAR.pm
    packages/libpar-perl/branches/upstream/current/inc/Module/Install/Win32.pm
    packages/libpar-perl/branches/upstream/current/inc/Module/Install/WriteAll.pm
    packages/libpar-perl/branches/upstream/current/lib/PAR.pm
    packages/libpar-perl/branches/upstream/current/lib/PAR/Filter/PatchContent.pm

Modified: packages/libpar-perl/branches/upstream/current/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libpar-perl/branches/upstream/current/ChangeLog?rev=3354&op=diff
==============================================================================
--- packages/libpar-perl/branches/upstream/current/ChangeLog (original)
+++ packages/libpar-perl/branches/upstream/current/ChangeLog Fri Jul 28 12:46:35 2006
@@ -1,5 +1,15 @@
+
+[Changes for 0.942 - Jul 22, 2006]
+
+* Bug fixes, etc.
+
+    - Better support for diagnostics.pm (in conjunction with
+      Module::ScanDeps 0.62.)
+    - Now requiring Module::ScanDeps 0.62.
 
 [Changes for 0.941 - Jun 20, 2006]
+(No, PAR isn't stagnating. It's just that 1.00 would draw close if
+we continued with 0.01 increases.)
 
 * Bug fixes, etc.
 

Modified: packages/libpar-perl/branches/upstream/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libpar-perl/branches/upstream/current/MANIFEST?rev=3354&op=diff
==============================================================================
--- packages/libpar-perl/branches/upstream/current/MANIFEST (original)
+++ packages/libpar-perl/branches/upstream/current/MANIFEST Fri Jul 28 12:46:35 2006
@@ -61,7 +61,6 @@
 myldr/win32.coff
 myldr/win32.obj
 myldr/win32.res
-package/parl.nsi
 README
 script/par.pl
 script/parl.pod
@@ -70,7 +69,7 @@
 SIGNATURE
 t/1-basic.t
 t/2-pp.t
+t/30-current_exec.t
 t/hello.par
 t/test-proc
-t/30-current_exec.t
 TODO

Modified: packages/libpar-perl/branches/upstream/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libpar-perl/branches/upstream/current/META.yml?rev=3354&op=diff
==============================================================================
--- packages/libpar-perl/branches/upstream/current/META.yml (original)
+++ packages/libpar-perl/branches/upstream/current/META.yml Fri Jul 28 12:46:35 2006
@@ -1,7 +1,7 @@
 abstract: Perl Archive Tookit
 author: Audrey Tang <cpan at audreyt.org>
 distribution_type: module
-generated_by: Module::Install version 0.62
+generated_by: Module::Install version 0.63
 license: perl
 name: PAR
 no_index: 
@@ -9,39 +9,14 @@
     - contrib
     - inc
     - t
-provides: 
-  App::Packer::PAR: 
-    file: lib/App/Packer/PAR.pm
-    version: 0.91
-  PAR: 
-    file: lib/PAR.pm
-    version: 0.93
-  PAR::Filter: 
-    file: lib/PAR/Filter.pm
-    version: 0.02
-  PAR::Filter::Bleach: 
-    file: lib/PAR/Filter/Bleach.pm
-  PAR::Filter::Bytecode: 
-    file: lib/PAR/Filter/Bytecode.pm
-  PAR::Filter::Obfuscate: 
-    file: lib/PAR/Filter/Obfuscate.pm
-  PAR::Filter::PatchContent: 
-    file: lib/PAR/Filter/PatchContent.pm
-  PAR::Filter::PodStrip: 
-    file: lib/PAR/Filter/PodStrip.pm
-  PAR::Heavy: 
-    file: lib/PAR/Heavy.pm
-    version: 0.08
-  PAR::Packer: 
-    file: lib/PAR/Packer.pm
-    version: 0.12
 recommends: 
   Digest: Module::Signature
 requires: 
   Archive::Zip: 1
   Compress::Zlib: 1.3
   File::Temp: 0.05
-  Module::ScanDeps: 0.56
-  PAR::Dist: 0.08
+  Getopt::ArgvFile: 1.07
+  Module::ScanDeps: 0.62
+  PAR::Dist: 0.13
   perl: 5.6.0
-version: 0.93
+version: 0.942

Modified: packages/libpar-perl/branches/upstream/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libpar-perl/branches/upstream/current/Makefile.PL?rev=3354&op=diff
==============================================================================
--- packages/libpar-perl/branches/upstream/current/Makefile.PL (original)
+++ packages/libpar-perl/branches/upstream/current/Makefile.PL Fri Jul 28 12:46:35 2006
@@ -10,8 +10,8 @@
 requires    'File::Temp'        => 0.05;
 requires    'Compress::Zlib'    => ($^O eq 'MSWin32') ? 1.16 : 1.30;
 requires    'Archive::Zip'      => 1.00;
-requires    'Module::ScanDeps'  => 0.60;
-requires    'PAR::Dist'         => 0.08;
+requires    'Module::ScanDeps'  => 0.62;
+requires    'PAR::Dist'         => 0.13;
 requires    'Getopt::ArgvFile'  => 1.07;
 
 if ($^O eq 'MSWin32') {
@@ -49,10 +49,13 @@
 
 my %no_parl  = ();
 
+use strict; use warnings;
 sub par_prehook {
     my $bork = $no_parl{$^O};
-    my $cc   = can_cc unless $bork;
-    my $par  = fetch_par('', '', !$cc) unless $cc or $bork;
+    my $cc;
+    $cc = can_cc unless $bork;
+    my $par;
+    $par = fetch_par('', '', !$cc) unless ($cc or $bork);
     my $exe  = $Config::Config{_exe};
     my $dynperl = $Config::Config{useshrplib} && ($Config::Config{useshrplib} ne 'false');
 

Modified: packages/libpar-perl/branches/upstream/current/SIGNATURE
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libpar-perl/branches/upstream/current/SIGNATURE?rev=3354&op=diff
==============================================================================
--- packages/libpar-perl/branches/upstream/current/SIGNATURE (original)
+++ packages/libpar-perl/branches/upstream/current/SIGNATURE Fri Jul 28 12:46:35 2006
@@ -15,11 +15,11 @@
 Hash: SHA1
 
 SHA1 5e4dcc7292860e3e2077bfce25626b46f967ff3b AUTHORS
-SHA1 6b6db1574cd5d7855de9769330bd7601c5d1d07f ChangeLog
-SHA1 6f2c475ec862243133e3d8dcc67db0290d0d6c2b MANIFEST
+SHA1 5bf2138d1d1c210114e3e6e2631a637145acd93b ChangeLog
+SHA1 58f6e546be4afb200bddc491144978ab184a8fa9 MANIFEST
 SHA1 a425969945e62fcc7783784916d552d370b94951 MANIFEST.SKIP
-SHA1 032c78f3bc5ea42b592ec2773645e9620414da69 META.yml
-SHA1 1c6d02c0d334a245ccb83a3036a47b614b072ebb Makefile.PL
+SHA1 7ea657d24f7b0c83473a28dbb40eccdc2465c06b META.yml
+SHA1 2ce63207f867c681e023f6ee9bc47420d864e58f Makefile.PL
 SHA1 44d54db39e89f38c714e334a3174d51d4a12b6d9 README
 SHA1 aa8cd09fa1945de92b01d77b979b4c8769f148c2 TODO
 SHA1 5b59e5c9ef0fc0773ba431c3c171722cb677eda9 contrib/automated_pp_test/automated_pp_test.pl
@@ -39,28 +39,28 @@
 SHA1 eff2e79f0964da302217673f16abea9424a2bbdd contrib/stdio/Stdio.pm
 SHA1 e44e340a0a4b63c57a81173f3592c6f9c21c0d4d contrib/stdio/Stdio_readme.txt
 SHA1 e974f78178f53c88fb7e3f8d20f7df184d13e1d0 inc/Module/AutoInstall.pm
-SHA1 c4e1a24413ee5acb9687db9b463b49bfb28ac521 inc/Module/Install.pm
-SHA1 d7013668911c86af441cad115b897fc675a472de inc/Module/Install/AutoInstall.pm
-SHA1 e7c1c86f57b6778f4bdc7fd8c1b950e60ef41bc0 inc/Module/Install/Base.pm
-SHA1 e1829448769445cdaac384a888bf9ccf42e0d89a inc/Module/Install/Can.pm
-SHA1 70aa5e2055e8e38b4eecc5fc8c91762c0e97f551 inc/Module/Install/Fetch.pm
-SHA1 8d88f2cb120f2e64f374136df2e25d0bb6f0595b inc/Module/Install/Include.pm
-SHA1 8ac832baf4f9e8e72d3e8f103cee6e8a94ac80e1 inc/Module/Install/Makefile.pm
-SHA1 70a927c2710f1847bc65ef1c13ec9d672fe460f7 inc/Module/Install/Metadata.pm
-SHA1 d3d74df9c9f2d766195ab08a8befe941bda6ab73 inc/Module/Install/PAR.pm
-SHA1 4da0a1fce2339cc3f8c296c7716480d2564d9470 inc/Module/Install/Win32.pm
-SHA1 9a903a1d178954ad864c7dcc98f9fa5c005d1553 inc/Module/Install/WriteAll.pm
+SHA1 017bedfcba1e0c72b36301e6ef21b8712b84d175 inc/Module/Install.pm
+SHA1 bcfb15c6a158831c45b5100a7aa94e0f88fced9f inc/Module/Install/AutoInstall.pm
+SHA1 b1a70869c098ba602151631386fc510b5bfd3511 inc/Module/Install/Base.pm
+SHA1 dd7313db23119d49ae78593bfa576554fb5b0fd8 inc/Module/Install/Can.pm
+SHA1 7c3a5153a5574556d895f23e121a41e680da11c1 inc/Module/Install/Fetch.pm
+SHA1 2e9c012e58c778a4a83c5eaea20c3aed306ad0c5 inc/Module/Install/Include.pm
+SHA1 176d68fe7c07b6ab7cfe09093078b8127bbde786 inc/Module/Install/Makefile.pm
+SHA1 8b37b38215d14f922b3d5132ce33d11d21d531ba inc/Module/Install/Metadata.pm
+SHA1 744974a90ca4fd6ebb2d6ce88130d6e9c72d37a1 inc/Module/Install/PAR.pm
+SHA1 7eb44b00058c44795038d7fa4c0c77470f20a7f8 inc/Module/Install/Win32.pm
+SHA1 6d05967a5e1680b5f118315aaa6b8a1e143d79d8 inc/Module/Install/WriteAll.pm
 SHA1 f0ebc594cf8ba858ee9a840c344d9b7ea2c3c6f4 inc/Test/Builder.pm
 SHA1 a9037004a2c3096d77169a16da95743eeb813539 inc/Test/Builder/Module.pm
 SHA1 07c750f370de7a44ee7b0ed9ec30a7e89c24c9b9 inc/Test/More.pm
 SHA1 f2e051c0866a1e186ef57fe4360651fac64d858d lib/App/Packer/PAR.pm
-SHA1 ab1e3f5926e0efcee2fabe4881a97cc4ec426b26 lib/PAR.pm
+SHA1 19ae583abbea851ba17b922b202dab6182291031 lib/PAR.pm
 SHA1 3670831693b92311c425039cbacffe829fbb887e lib/PAR/FAQ.pod
 SHA1 b236006a3343ad736a4d5352dc1e017627c6f8b8 lib/PAR/Filter.pm
 SHA1 caeff2887611bb028f49ecc16f91be3e2005f952 lib/PAR/Filter/Bleach.pm
 SHA1 22fe366553e51dd33226a70f15b939213b9b91a9 lib/PAR/Filter/Bytecode.pm
 SHA1 3d05249a79d9534ea8565b984ea9dd23a86f7d2e lib/PAR/Filter/Obfuscate.pm
-SHA1 c350c392dbe3ed8f311eb5159bef2f991013a8d3 lib/PAR/Filter/PatchContent.pm
+SHA1 2098e03071b7213226ee2df1fc2c8ba3779ca89a lib/PAR/Filter/PatchContent.pm
 SHA1 8a40b2673f73887cd05f2c66e08f01919f81db38 lib/PAR/Filter/PodStrip.pm
 SHA1 1ca28809a4d6863f8999ebb7527d48da8255b41e lib/PAR/Heavy.pm
 SHA1 fb179fa02b0cd0def2e1c8d50b557dcfa8c7a6ea lib/PAR/Packer.pm
@@ -79,7 +79,6 @@
 SHA1 7b3e5be07f3db44c7f1a37ece3feea173e39fa9d myldr/win32.coff
 SHA1 32d843a5700babb314f255c171c4852637d66b1f myldr/win32.obj
 SHA1 fa6066c09715081d4d3f36685852207ff70caf9e myldr/win32.res
-SHA1 c2186f98dd13bc70c29beeede8d4a0fc598791a3 package/parl.nsi
 SHA1 380c2a4bde5d469c321a570100e55b304edb615d script/par.pl
 SHA1 8ec91bc589fc78cf9d4d8f0ee6bc0a62eebfae3b script/parl.pod
 SHA1 d0a5f84629075daadaf650491c0a1c5b7e333053 script/pp
@@ -92,7 +91,7 @@
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.2.2 (GNU/Linux)
 
-iD8DBQFEmF25ZCuimE51gxcRAseZAJ9/JmNKjDfq6nXDheYzu+zmuowlxQCdGXtO
-ygg6aAVCkHVsc2HGoGD/MUI=
-=AS0N
+iD8DBQFEwoNDZCuimE51gxcRAoqHAJ9HzMhPBFOlil7ad0hC6h1LxXr4uQCeNeWW
+p8ANbj36VR2c6SvmOZyj7hA=
+=xF/+
 -----END PGP SIGNATURE-----

Modified: packages/libpar-perl/branches/upstream/current/inc/Module/Install.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libpar-perl/branches/upstream/current/inc/Module/Install.pm?rev=3354&op=diff
==============================================================================
--- packages/libpar-perl/branches/upstream/current/inc/Module/Install.pm (original)
+++ packages/libpar-perl/branches/upstream/current/inc/Module/Install.pm Fri Jul 28 12:46:35 2006
@@ -28,7 +28,7 @@
     # This is not enforced yet, but will be some time in the next few
     # releases once we can make sure it won't clash with custom
     # Module::Install extensions.
-    $VERSION = '0.62';
+    $VERSION = '0.63';
 }
 
 # Whether or not inc::Module::Install is actually loaded, the

Modified: packages/libpar-perl/branches/upstream/current/inc/Module/Install/AutoInstall.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libpar-perl/branches/upstream/current/inc/Module/Install/AutoInstall.pm?rev=3354&op=diff
==============================================================================
--- packages/libpar-perl/branches/upstream/current/inc/Module/Install/AutoInstall.pm (original)
+++ packages/libpar-perl/branches/upstream/current/inc/Module/Install/AutoInstall.pm Fri Jul 28 12:46:35 2006
@@ -6,7 +6,7 @@
 
 use vars qw{$VERSION $ISCORE @ISA};
 BEGIN {
-	$VERSION = '0.62';
+	$VERSION = '0.63';
 	$ISCORE  = 1;
 	@ISA     = qw{Module::Install::Base};
 }

Modified: packages/libpar-perl/branches/upstream/current/inc/Module/Install/Base.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libpar-perl/branches/upstream/current/inc/Module/Install/Base.pm?rev=3354&op=diff
==============================================================================
--- packages/libpar-perl/branches/upstream/current/inc/Module/Install/Base.pm (original)
+++ packages/libpar-perl/branches/upstream/current/inc/Module/Install/Base.pm Fri Jul 28 12:46:35 2006
@@ -1,7 +1,7 @@
 #line 1
 package Module::Install::Base;
 
-$VERSION = '0.62';
+$VERSION = '0.63';
 
 # Suspend handler for "redefined" warnings
 BEGIN {

Modified: packages/libpar-perl/branches/upstream/current/inc/Module/Install/Can.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libpar-perl/branches/upstream/current/inc/Module/Install/Can.pm?rev=3354&op=diff
==============================================================================
--- packages/libpar-perl/branches/upstream/current/inc/Module/Install/Can.pm (original)
+++ packages/libpar-perl/branches/upstream/current/inc/Module/Install/Can.pm Fri Jul 28 12:46:35 2006
@@ -11,7 +11,7 @@
 
 use vars qw{$VERSION $ISCORE @ISA};
 BEGIN {
-	$VERSION = '0.62';
+	$VERSION = '0.63';
 	$ISCORE  = 1;
 	@ISA     = qw{Module::Install::Base};
 }

Modified: packages/libpar-perl/branches/upstream/current/inc/Module/Install/Fetch.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libpar-perl/branches/upstream/current/inc/Module/Install/Fetch.pm?rev=3354&op=diff
==============================================================================
--- packages/libpar-perl/branches/upstream/current/inc/Module/Install/Fetch.pm (original)
+++ packages/libpar-perl/branches/upstream/current/inc/Module/Install/Fetch.pm Fri Jul 28 12:46:35 2006
@@ -6,7 +6,7 @@
 
 use vars qw{$VERSION $ISCORE @ISA};
 BEGIN {
-	$VERSION = '0.62';
+	$VERSION = '0.63';
 	$ISCORE  = 1;
 	@ISA     = qw{Module::Install::Base};
 }

Modified: packages/libpar-perl/branches/upstream/current/inc/Module/Install/Include.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libpar-perl/branches/upstream/current/inc/Module/Install/Include.pm?rev=3354&op=diff
==============================================================================
--- packages/libpar-perl/branches/upstream/current/inc/Module/Install/Include.pm (original)
+++ packages/libpar-perl/branches/upstream/current/inc/Module/Install/Include.pm Fri Jul 28 12:46:35 2006
@@ -6,7 +6,7 @@
 
 use vars qw{$VERSION $ISCORE @ISA};
 BEGIN {
-	$VERSION = '0.62';
+	$VERSION = '0.63';
 	$ISCORE  = 1;
 	@ISA     = qw{Module::Install::Base};
 }

Modified: packages/libpar-perl/branches/upstream/current/inc/Module/Install/Makefile.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libpar-perl/branches/upstream/current/inc/Module/Install/Makefile.pm?rev=3354&op=diff
==============================================================================
--- packages/libpar-perl/branches/upstream/current/inc/Module/Install/Makefile.pm (original)
+++ packages/libpar-perl/branches/upstream/current/inc/Module/Install/Makefile.pm Fri Jul 28 12:46:35 2006
@@ -7,7 +7,7 @@
 
 use vars qw{$VERSION $ISCORE @ISA};
 BEGIN {
-	$VERSION = '0.62';
+	$VERSION = '0.63';
 	$ISCORE  = 1;
 	@ISA     = qw{Module::Install::Base};
 }

Modified: packages/libpar-perl/branches/upstream/current/inc/Module/Install/Metadata.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libpar-perl/branches/upstream/current/inc/Module/Install/Metadata.pm?rev=3354&op=diff
==============================================================================
--- packages/libpar-perl/branches/upstream/current/inc/Module/Install/Metadata.pm (original)
+++ packages/libpar-perl/branches/upstream/current/inc/Module/Install/Metadata.pm Fri Jul 28 12:46:35 2006
@@ -6,7 +6,7 @@
 
 use vars qw{$VERSION $ISCORE @ISA};
 BEGIN {
-	$VERSION = '0.62';
+	$VERSION = '0.63';
 	$ISCORE  = 1;
 	@ISA     = qw{Module::Install::Base};
 }

Modified: packages/libpar-perl/branches/upstream/current/inc/Module/Install/PAR.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libpar-perl/branches/upstream/current/inc/Module/Install/PAR.pm?rev=3354&op=diff
==============================================================================
--- packages/libpar-perl/branches/upstream/current/inc/Module/Install/PAR.pm (original)
+++ packages/libpar-perl/branches/upstream/current/inc/Module/Install/PAR.pm Fri Jul 28 12:46:35 2006
@@ -6,7 +6,7 @@
 
 use vars qw{$VERSION $ISCORE @ISA};
 BEGIN {
-	$VERSION = '0.62';
+	$VERSION = '0.63';
 	$ISCORE  = 1;
 	@ISA     = qw{Module::Install::Base};
 }

Modified: packages/libpar-perl/branches/upstream/current/inc/Module/Install/Win32.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libpar-perl/branches/upstream/current/inc/Module/Install/Win32.pm?rev=3354&op=diff
==============================================================================
--- packages/libpar-perl/branches/upstream/current/inc/Module/Install/Win32.pm (original)
+++ packages/libpar-perl/branches/upstream/current/inc/Module/Install/Win32.pm Fri Jul 28 12:46:35 2006
@@ -6,7 +6,7 @@
 
 use vars qw{$VERSION $ISCORE @ISA};
 BEGIN {
-	$VERSION = '0.62';
+	$VERSION = '0.63';
 	$ISCORE  = 1;
 	@ISA     = qw{Module::Install::Base};
 }

Modified: packages/libpar-perl/branches/upstream/current/inc/Module/Install/WriteAll.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libpar-perl/branches/upstream/current/inc/Module/Install/WriteAll.pm?rev=3354&op=diff
==============================================================================
--- packages/libpar-perl/branches/upstream/current/inc/Module/Install/WriteAll.pm (original)
+++ packages/libpar-perl/branches/upstream/current/inc/Module/Install/WriteAll.pm Fri Jul 28 12:46:35 2006
@@ -6,7 +6,7 @@
 
 use vars qw{$VERSION $ISCORE @ISA};
 BEGIN {
-	$VERSION = '0.62';
+	$VERSION = '0.63';
 	$ISCORE  = 1;
 	@ISA     = qw{Module::Install::Base};
 }

Modified: packages/libpar-perl/branches/upstream/current/lib/PAR.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libpar-perl/branches/upstream/current/lib/PAR.pm?rev=3354&op=diff
==============================================================================
--- packages/libpar-perl/branches/upstream/current/lib/PAR.pm (original)
+++ packages/libpar-perl/branches/upstream/current/lib/PAR.pm Fri Jul 28 12:46:35 2006
@@ -1,5 +1,5 @@
 package PAR;
-$PAR::VERSION = '0.941';
+$PAR::VERSION = '0.942';
 
 use 5.006;
 use strict;
@@ -12,7 +12,7 @@
 
 =head1 VERSION
 
-This document describes version 0.93 of PAR, released Mai 11, 2006.
+This document describes version 0.942 of PAR, released July 22, 2006.
 
 =head1 SYNOPSIS
 
@@ -508,7 +508,7 @@
         $username =~ s/\W/_/g;
 
         my $stmpdir = File::Spec->catdir($path, "par-$username");
-        $stmpdir = $stmpdir =~ /^(.*)$/s;
+        ($stmpdir) = $stmpdir =~ /^(.*)$/s;
         mkdir $stmpdir, 0755;
         if (!$ENV{PAR_CLEAN} and my $mtime = (stat($progname))[9]) {
             my $ctx = eval { require Digest::SHA; Digest::SHA->new(1) }

Modified: packages/libpar-perl/branches/upstream/current/lib/PAR/Filter/PatchContent.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libpar-perl/branches/upstream/current/lib/PAR/Filter/PatchContent.pm?rev=3354&op=diff
==============================================================================
--- packages/libpar-perl/branches/upstream/current/lib/PAR/Filter/PatchContent.pm (original)
+++ packages/libpar-perl/branches/upstream/current/lib/PAR/Filter/PatchContent.pm Fri Jul 28 12:46:35 2006
@@ -81,11 +81,21 @@
         'if (eof(POD_DIAG)) ' => 'if (0 and eof(POD_DIAG)) ',
         'close POD_DIAG' => '# close POD_DIAG',
         'while (<POD_DIAG>) ' =>
-        'require PAR;
-        for(map "$_\\n\\n", split/\\r?\\n(?:\\r?\\n)*/, 
-            PAR::read_file("lib/Pod/perldiag.pod") ||
-            PAR::read_file("lib/pod/perldiag.pod")
-        ) ',
+        'require PAR; use Config;
+        my @files = (
+            "lib/pod/perldiag.pod",
+            "lib/Pod/perldiag.pod",
+            "lib/pod/perldiag-$Config{version}.pod",
+            "lib/Pod/perldiag-$Config{version}.pod",
+            "lib/pods/perldiag.pod",
+            "lib/pods/perldiag-$Config{version}.pod",
+        );
+        my $contents;
+        foreach my $file (@files) {
+            $contents = PAR::read_file($file);
+            last if defined $contents;
+        }
+        for(map "$_\\n\\n", split/(?:\\r?\\n){2,}/, $contents) ',
     ],
     'utf8_heavy.pl'	    => [
         '$list ||= eval { $caller->$type(); }'




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