]> git.pld-linux.org Git - packages/perl-Path-Class.git/blob - perl-Path-Class-test-bareword.patch
- updated to 0.05
[packages/perl-Path-Class.git] / perl-Path-Class-test-bareword.patch
1 diff -Nru Path-Class-0.03_01-org/t/01-basic.t Path-Class-0.03_01/t/01-basic.t
2 --- Path-Class-0.03_01-org/t/01-basic.t 2003-12-12 15:50:19.824668392 +0100
3 +++ Path-Class-0.03_01/t/01-basic.t     2003-12-12 15:51:27.344403832 +0100
4 @@ -68,7 +68,7 @@
5    ok dir(''), '/';
6    ok dir(), '.';
7    ok dir('', 'var', 'tmp'), '/var/tmp';
8 -  ok dir()->absolute, Cwd::cwd;
9 +  ok dir()->absolute, &Cwd::cwd;
10  }
11  
12  {
This page took 0.045673 seconds and 3 git commands to generate.