Title: [opsview-perl] [712] Use PAR::Packer 1.010 with Perl 5.10.0.
Revision
712
Author
pknight
Date
2012-07-25 13:57:33 +0100 (Wed, 25 Jul 2012)

Log Message

Use PAR::Packer 1.010 with Perl 5.10.0.

Modified Paths


Added Paths

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2012-07-24 12:27:35 UTC (rev 711)
+++ trunk/Makefile	2012-07-25 12:57:33 UTC (rev 712)
@@ -645,6 +645,9 @@
 	@echo $(PERL_MODULES)
 
 install: all
+	# PAR::Packer 1.013 is incompatible with Perl 5.10.0. Removing it leaves
+	# PAR-Packer-1.010.tar.gz.
+	perl --version | grep 'v5\.10\.0' && rm cpanm/sources/PAR-Packer-1.013.tar.gz patches/PAR-Packer/01-PAR-Packer.patch
 	# force upgrade of ExtUtils::MakeMaker
 	MAKE_MAKER_INSTALL=1 MAKEFLAGS= DESTDIR= PERL5LIB= ${CPANM} ${CPANM_LOCAL_ARGS} --mirror-only --force --patch-dir=patches ExtUtils::MakeMaker
 	# install selected modules

Added: trunk/cpanm/sources/PAR-Packer-1.010.tar.gz
===================================================================
(Binary files differ)


Property changes on: trunk/cpanm/sources/PAR-Packer-1.010.tar.gz
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

_______________________________________________
Opsview-checkins mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to