]> git.pld-linux.org Git - packages/perl-Path-Class.git/commitdiff
- outdated
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 28 Mar 2004 15:00:24 +0000 (15:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Path-Class-test-bareword.patch -> 1.2

perl-Path-Class-test-bareword.patch [deleted file]

diff --git a/perl-Path-Class-test-bareword.patch b/perl-Path-Class-test-bareword.patch
deleted file mode 100644 (file)
index 9725a46..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nru Path-Class-0.03_01-org/t/01-basic.t Path-Class-0.03_01/t/01-basic.t
---- Path-Class-0.03_01-org/t/01-basic.t        2003-12-12 15:50:19.824668392 +0100
-+++ Path-Class-0.03_01/t/01-basic.t    2003-12-12 15:51:27.344403832 +0100
-@@ -68,7 +68,7 @@
-   ok dir(''), '/';
-   ok dir(), '.';
-   ok dir('', 'var', 'tmp'), '/var/tmp';
--  ok dir()->absolute, Cwd::cwd;
-+  ok dir()->absolute, &Cwd::cwd;
- }
- {
This page took 0.083427 seconds and 4 git commands to generate.