[Bast-commits] r6696 - in local-lib/1.000/trunk: . lib/local t
t/dist/EUMM t/dist/MB
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Tue Jun 16 23:11:53 GMT 2009
Author: t0m
Date: 2009-06-16 23:11:53 +0000 (Tue, 16 Jun 2009)
New Revision: 6696
Modified:
local-lib/1.000/trunk/
local-lib/1.000/trunk/Changes
local-lib/1.000/trunk/MANIFEST.SKIP
local-lib/1.000/trunk/lib/local/lib.pm
local-lib/1.000/trunk/t/
local-lib/1.000/trunk/t/dist/EUMM/
local-lib/1.000/trunk/t/dist/MB/
local-lib/1.000/trunk/t/install.t
Log:
Add ignoreprops everywhere. Update changes and bump version for release. Update MANIFEST.SKIP to avoid test generated files
Property changes on: local-lib/1.000/trunk
___________________________________________________________________
Name: svn:ignore
+ local-lib-*
MANIFEST.bak
MANIFEST
META.yml
pm_to_blib
blib
inc
Makefile
Makefile.old
Modified: local-lib/1.000/trunk/Changes
===================================================================
--- local-lib/1.000/trunk/Changes 2009-06-16 19:32:22 UTC (rev 6695)
+++ local-lib/1.000/trunk/Changes 2009-06-16 23:11:53 UTC (rev 6696)
@@ -1,12 +1,14 @@
Revision history for local::lib
+1.004003 2009-16-16
- Stop Makefile.PL exploding if your CPAN is too old to have
CPAN::HandleConfig. Needed when installing local::lib via CPAN
using an old CPAN version (t0m)
- Fix warning from Makefile.PL about ExtUtils::MakeMaker::prompt (t0m)
- Set PERL5LIB back to calculated @INC with --self-contained, to stop
invoking other perl scripts from losing the local::lib if they
- mangle @INC from $ENV{PERL5LIB} (t0m)
+ mangle @INC from $ENV{PERL5LIB}, and fix install of 'difficult'
+ modules with such as Test::Deep (t0m)
1.004002 2009-06-15
- Fixed up INC untaint procedure to skip/ignore CODE, ARRAY,
Modified: local-lib/1.000/trunk/MANIFEST.SKIP
===================================================================
--- local-lib/1.000/trunk/MANIFEST.SKIP 2009-06-16 19:32:22 UTC (rev 6695)
+++ local-lib/1.000/trunk/MANIFEST.SKIP 2009-06-16 23:11:53 UTC (rev 6696)
@@ -1,2 +1,2 @@
-^(?!script/|examples/|lib/|inc/|t/|Makefile.PL$|README$|MANIFEST$|Changes$|META.yml$)
+^(?!script/|examples/|lib/|inc/|t/.+\.t|t/dist/\w+/(\w+\.PL|lib/\w+\.pm)|Makefile.PL$|README$|MANIFEST$|Changes$|META.yml$)
.svn
Modified: local-lib/1.000/trunk/lib/local/lib.pm
===================================================================
--- local-lib/1.000/trunk/lib/local/lib.pm 2009-06-16 19:32:22 UTC (rev 6695)
+++ local-lib/1.000/trunk/lib/local/lib.pm 2009-06-16 23:11:53 UTC (rev 6696)
@@ -11,7 +11,7 @@
use Carp ();
use Config;
-our $VERSION = '1.004002'; # 1.4.2
+our $VERSION = '1.004003'; # 1.4.3
sub import {
my ($class, @args) = @_;
Property changes on: local-lib/1.000/trunk/t
___________________________________________________________________
Name: svn:ignore
+ test_local_lib-*
var
run.pl
Property changes on: local-lib/1.000/trunk/t/dist/EUMM
___________________________________________________________________
Name: svn:ignore
+ pm_to_blib
blib
Makefile
Property changes on: local-lib/1.000/trunk/t/dist/MB
___________________________________________________________________
Name: svn:ignore
+ Build
blib
_build
Modified: local-lib/1.000/trunk/t/install.t
===================================================================
--- local-lib/1.000/trunk/t/install.t 2009-06-16 19:32:22 UTC (rev 6695)
+++ local-lib/1.000/trunk/t/install.t 2009-06-16 23:11:53 UTC (rev 6696)
@@ -11,7 +11,7 @@
plan tests => 2;
-my $dir = tempdir(DIR => Cwd::abs_path('t'), CLEANUP => 1);
+my $dir = tempdir('test_local_lib-XXXXX', DIR => Cwd::abs_path('t'), CLEANUP => 1);
use local::lib ();
local::lib->import($dir);
More information about the Bast-commits
mailing list