# This is a patch for PAR-Dist-0.47 to update it to PAR-Dist-0.47-patched
#
# To apply this patch:
# STEP 1: Chdir to the source directory.
# STEP 2: Run the 'applypatch' program with this patch file as input.
#
# If you do not have 'applypatch', it is part of the 'makepatch' package
# that you can fetch from the Comprehensive Perl Archive Network:
#
http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz
# In the above URL, 'x' should be 2 or higher.
#
# To apply this patch without the use of 'applypatch':
# STEP 1: Chdir to the source directory.
# STEP 2: Run the 'patch' program with this file as input.
#
#### End of Preamble ####
#### Patch data follows ####
diff -c "PAR-Dist-0.47\lib\PAR\Dist.pm" "PAR-Dist-0.47-patched\lib\PAR\Dist.pm"
Index: ./lib/PAR/Dist.pm
*** ./lib/PAR/Dist.pm Sun Nov 29 04:37:22 2009
--- ./lib/PAR/Dist.pm Tue Feb 16 10:54:44 2010
***************
*** 4,10 ****
require Exporter;
use vars qw/$VERSION @ISA @EXPORT @EXPORT_OK $DEBUG/;
! $VERSION = '0.47'; # Change version in POD, too!
@ISA = 'Exporter';
@EXPORT = qw/
blib_to_par
--- 4,10 ----
require Exporter;
use vars qw/$VERSION @ISA @EXPORT @EXPORT_OK $DEBUG/;
! $VERSION = '0.47_01'; # Change version in POD, too!
@ISA = 'Exporter';
@EXPORT = qw/
blib_to_par
***************
*** 294,300 ****
}
sub _build_blib {
! if (-e 'Build') {
_system_wrapper($^X, "Build");
}
elsif (-e 'Makefile') {
--- 294,300 ----
}
sub _build_blib {
! if (-e 'Build' and not -d 'Build') {
_system_wrapper($^X, "Build");
}
elsif (-e 'Makefile') {
#### End of Patch data ####
#### ApplyPatch data follows ####
# Data version : 1.0
# Date generated : Tue Feb 16 11:03:20 2010
# Generated by : makepatch 2.04
# Recurse directories : Yes
# Excluded files : (\A|/).*\~\Z
# (\A|/).*\.a\Z
# (\A|/).*\.bak\Z
# (\A|/).*\.BAK\Z
# (\A|/).*\.elc\Z
# (\A|/).*\.exe\Z
# (\A|/).*\.gz\Z
# (\A|/).*\.ln\Z
# (\A|/).*\.o\Z
# (\A|/).*\.obj\Z
# (\A|/).*\.olb\Z
# (\A|/).*\.old\Z
# (\A|/).*\.orig\Z
# (\A|/).*\.rej\Z
# (\A|/).*\.so\Z
# (\A|/).*\.Z\Z
# (\A|/)\.del\-.*\Z
# (\A|/)\.make\.state\Z
# (\A|/)\.nse_depinfo\Z
# (\A|/)core\Z
# (\A|/)tags\Z
# (\A|/)TAGS\Z
# p "lib/PAR/Dist.pm" 42677 1266342884 0100666
#### End of ApplyPatch data ####
#### End of Patch kit [created: Tue Feb 16 11:03:20 2010] ####
#### Patch checksum: 72 2251 3088 ####
#### Checksum: 90 2945 60397 ####