Revision history for local::lib
+1.NEXT
+
+ - Avoid issue where PERL5LIB Carp is older than local::lib one
+
1.008004 2011-02-24
- Fix stackable tests on win32 by canonicalizing the path ahead of time
use File::Spec ();
use File::Path ();
-use Carp ();
use Config;
our $VERSION = '1.008004'; # 1.8.4
}
};
unless (defined $homedir) {
+ require Carp;
Carp::croak(
"Couldn't resolve homedir for "
.(defined $user ? $user : 'current user')
Improvements to stacking multiple local::lib dirs and removing them from the
environment later on contributed by Andrew Rodland <arodland@cpan.org>.
+Patch for Carp version mismatch contributed by Hakim Cassimally <osfameron@cpan.org>.
+
=head1 COPYRIGHT
Copyright (c) 2007 - 2010 the local::lib L</AUTHOR> and L</CONTRIBUTORS> as