r46644 - in /branches/upstream/libfile-spec-perl/current: Build.PL Changes Cwd.pm Cwd.xs MANIFEST META.yml SIGNATURE lib/File/Spec.pm t/cwd.t t/taint.t t/win32.t

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Nov 1 19:43:55 UTC 2009


Author: jawnsy-guest
Date: Sun Nov  1 19:43:50 2009
New Revision: 46644

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46644
Log:
[svn-upgrade] Integrating new upstream version, libfile-spec-perl (3.3100)

Removed:
    branches/upstream/libfile-spec-perl/current/Build.PL
    branches/upstream/libfile-spec-perl/current/SIGNATURE
Modified:
    branches/upstream/libfile-spec-perl/current/Changes
    branches/upstream/libfile-spec-perl/current/Cwd.pm
    branches/upstream/libfile-spec-perl/current/Cwd.xs
    branches/upstream/libfile-spec-perl/current/MANIFEST
    branches/upstream/libfile-spec-perl/current/META.yml
    branches/upstream/libfile-spec-perl/current/lib/File/Spec.pm
    branches/upstream/libfile-spec-perl/current/t/cwd.t
    branches/upstream/libfile-spec-perl/current/t/taint.t
    branches/upstream/libfile-spec-perl/current/t/win32.t

Modified: branches/upstream/libfile-spec-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfile-spec-perl/current/Changes?rev=46644&op=diff
==============================================================================
--- branches/upstream/libfile-spec-perl/current/Changes (original)
+++ branches/upstream/libfile-spec-perl/current/Changes Sun Nov  1 19:43:50 2009
@@ -1,4 +1,18 @@
 Revision history for Perl distribution PathTools.
+
+3.31 - Sun Nov  1 15:15:00 2009
+
+- Do not pack a Build.PL to avoid a circular dependency involving
+  ExtUtils::CBuilder (PathTools RT #50749)
+
+3.30_02 - Tue Sep 29 08:17:00 2009
+
+- Remove more special logic required for core perl.
+
+3.30_01 - Mon Sep 21 14:39:00 2009
+
+- Merge changes from core perl.
+  (Mostly changes regarding the lib->ext migration)
 
 3.30 - Sun May 10 10:55:00 2009
 

Modified: branches/upstream/libfile-spec-perl/current/Cwd.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfile-spec-perl/current/Cwd.pm?rev=46644&op=diff
==============================================================================
--- branches/upstream/libfile-spec-perl/current/Cwd.pm (original)
+++ branches/upstream/libfile-spec-perl/current/Cwd.pm Sun Nov  1 19:43:50 2009
@@ -171,7 +171,7 @@
 use Exporter;
 use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION);
 
-$VERSION = '3.30';
+$VERSION = '3.31';
 my $xs_version = $VERSION;
 $VERSION = eval $VERSION;
 
@@ -748,7 +748,7 @@
 }
 
 sub _win32_cwd {
-    if (defined &DynaLoader::boot_DynaLoader) {
+    if (eval 'defined &DynaLoader::boot_DynaLoader') {
 	$ENV{'PWD'} = Win32::GetCwd();
     }
     else { # miniperl

Modified: branches/upstream/libfile-spec-perl/current/Cwd.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfile-spec-perl/current/Cwd.xs?rev=46644&op=diff
==============================================================================
--- branches/upstream/libfile-spec-perl/current/Cwd.xs (original)
+++ branches/upstream/libfile-spec-perl/current/Cwd.xs Sun Nov  1 19:43:50 2009
@@ -1,11 +1,9 @@
 #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>

Modified: branches/upstream/libfile-spec-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfile-spec-perl/current/MANIFEST?rev=46644&op=diff
==============================================================================
--- branches/upstream/libfile-spec-perl/current/MANIFEST (original)
+++ branches/upstream/libfile-spec-perl/current/MANIFEST Sun Nov  1 19:43:50 2009
@@ -1,4 +1,3 @@
-Build.PL
 Changes
 Cwd.pm
 Cwd.xs
@@ -29,4 +28,3 @@
 t/taint.t
 t/tmpdir.t
 t/win32.t
-SIGNATURE    Added here by Module::Build

Modified: branches/upstream/libfile-spec-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfile-spec-perl/current/META.yml?rev=46644&op=diff
==============================================================================
--- branches/upstream/libfile-spec-perl/current/META.yml (original)
+++ branches/upstream/libfile-spec-perl/current/META.yml Sun Nov  1 19:43:50 2009
@@ -1,55 +1,25 @@
----
-name: PathTools
-version: 3.30
-author:
-  - 'Maintained by Ken Williams <KWILLIAMS at cpan.org>'
-abstract: Tools for working with paths and file specs across platforms
-license: perl
-resources:
-  license: ~
+--- #YAML:1.0
+name:               PathTools
+version:            3.31
+abstract:           ~
+author:  []
+license:            unknown
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
 requires:
-  Carp: 0
-  File::Basename: 0
-  perl: 5.005
-build_requires:
-  ExtUtils::CBuilder: 0
-  File::Path: 0
-  Module::Build: 0.19
-  Scalar::Util: 0
-  Test: 0
-dynamic_config: 1
-provides:
-  Cwd:
-    file: Cwd.pm
-    version: 3.30
-  File::Spec:
-    file: lib/File/Spec.pm
-    version: 3.30
-  File::Spec::Cygwin:
-    file: lib/File/Spec/Cygwin.pm
-    version: 3.30
-  File::Spec::Epoc:
-    file: lib/File/Spec/Epoc.pm
-    version: 3.30
-  File::Spec::Functions:
-    file: lib/File/Spec/Functions.pm
-    version: 3.30
-  File::Spec::Mac:
-    file: lib/File/Spec/Mac.pm
-    version: 3.30
-  File::Spec::OS2:
-    file: lib/File/Spec/OS2.pm
-    version: 3.30
-  File::Spec::Unix:
-    file: lib/File/Spec/Unix.pm
-    version: 3.30
-  File::Spec::VMS:
-    file: lib/File/Spec/VMS.pm
-    version: 3.30
-  File::Spec::Win32:
-    file: lib/File/Spec/Win32.pm
-    version: 3.30
-generated_by: Module::Build version 0.31012
+    Carp:            0
+    File::Basename:  0
+    File::Path:      0
+    Scalar::Util:    0
+    Test:            0
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.54
 meta-spec:
-  url: http://module-build.sourceforge.net/META-spec-v1.2.html
-  version: 1.2
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: branches/upstream/libfile-spec-perl/current/lib/File/Spec.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfile-spec-perl/current/lib/File/Spec.pm?rev=46644&op=diff
==============================================================================
--- branches/upstream/libfile-spec-perl/current/lib/File/Spec.pm (original)
+++ branches/upstream/libfile-spec-perl/current/lib/File/Spec.pm Sun Nov  1 19:43:50 2009
@@ -3,7 +3,7 @@
 use strict;
 use vars qw(@ISA $VERSION);
 
-$VERSION = '3.30';
+$VERSION = '3.31';
 $VERSION = eval $VERSION;
 
 my %module = (MacOS   => 'Mac',

Modified: branches/upstream/libfile-spec-perl/current/t/cwd.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfile-spec-perl/current/t/cwd.t?rev=46644&op=diff
==============================================================================
--- branches/upstream/libfile-spec-perl/current/t/cwd.t (original)
+++ branches/upstream/libfile-spec-perl/current/t/cwd.t Sun Nov  1 19:43:50 2009
@@ -1,15 +1,11 @@
 #!./perl -w
 
-BEGIN {
-    if ($ENV{PERL_CORE}) {
-        chdir 't';
-        @INC = '../lib';
-    }
-}
+use strict;
+
 use Cwd;
+
 chdir 't';
 
-use strict;
 use Config;
 use File::Spec;
 use File::Path;
@@ -218,11 +214,6 @@
 
     rmtree($test_dirs[0], 0, 0);
     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

Modified: branches/upstream/libfile-spec-perl/current/t/taint.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfile-spec-perl/current/t/taint.t?rev=46644&op=diff
==============================================================================
--- branches/upstream/libfile-spec-perl/current/t/taint.t (original)
+++ branches/upstream/libfile-spec-perl/current/t/taint.t Sun Nov  1 19:43:50 2009
@@ -3,14 +3,8 @@
 
 use strict;
 
-BEGIN {
-    if ($ENV{PERL_CORE}) {
-        chdir 't';
-        @INC = '../lib';
-    }
-}
 use Cwd;
-chdir 't';
+chdir 't' unless $ENV{PERL_CORE};
 
 use File::Spec;
 use lib File::Spec->catdir('t', 'lib');

Modified: branches/upstream/libfile-spec-perl/current/t/win32.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfile-spec-perl/current/t/win32.t?rev=46644&op=diff
==============================================================================
--- branches/upstream/libfile-spec-perl/current/t/win32.t (original)
+++ branches/upstream/libfile-spec-perl/current/t/win32.t Sun Nov  1 19:43:50 2009
@@ -1,10 +1,4 @@
 #!./perl
-
-BEGIN {
-    if ($ENV{PERL_CORE}) {
-        @INC = '../lib';
-    }
-}
 
 use File::Spec;
 use lib File::Spec->catdir('t', 'lib');




More information about the Pkg-perl-cvs-commits mailing list