]> git.pld-linux.org Git - packages/perl-Path-Class.git/commitdiff
- fix error in tests
authormigo <migo@pld-linux.org>
Fri, 12 Dec 2003 14:58:35 +0000 (14:58 +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.1

perl-Path-Class-test-bareword.patch [new file with mode: 0644]

diff --git a/perl-Path-Class-test-bareword.patch b/perl-Path-Class-test-bareword.patch
new file mode 100644 (file)
index 0000000..9725a46
--- /dev/null
@@ -0,0 +1,12 @@
+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.069135 seconds and 4 git commands to generate.