'PathTools' =>
{
'MAINTAINER' => 'kwilliams',
- 'DISTRIBUTION' => 'SMUELLER/PathTools-3.30_01.tar.gz',
+ 'DISTRIBUTION' => 'SMUELLER/PathTools-3.30_02.tar.gz',
'FILES' => q[cpan/Cwd],
- # XXX note that the CPAN and blead Makefile.PL are totally
- # unrelated. The blead one is described as 'core-only'.
- # Perhaps after the big lib/ => ext/ migration it will be possible
- # to harmonize them?
-
'EXCLUDED' => [ qr{^t/lib/Test/} ],
'CPAN' => 1,
'UPSTREAM' => "cpan",
use Exporter;
use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION);
-$VERSION = '3.3001';
+$VERSION = '3.30_02';
my $xs_version = $VERSION;
$VERSION = eval $VERSION;
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
-#ifndef NO_PPPORT_H
-# define NEED_my_strlcpy
-# define NEED_my_strlcat
-# include "ppport.h"
-#endif
+#define NEED_my_strlcpy
+#define NEED_my_strlcat
+#include "ppport.h"
#ifdef I_UNISTD
# include <unistd.h>
1 while unlink $file;
}
-if ($ENV{PERL_CORE}) {
- chdir '../ext/Cwd/t';
- unshift @INC, '../../../lib';
-}
-
# Make sure we can run abs_path() on files, not just directories
my $path = 'cwd.t';
path_ends_with(Cwd::abs_path($path), 'cwd.t', 'abs_path() can be invoked on a file');