projects
/
p5sagit/strictures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
17b03f2
)
fix up tests
Matt S Trout [Mon, 22 Nov 2010 13:44:17 +0000 (13:44 +0000)]
maint/Makefile.PL.include
patch
|
blob
|
blame
|
history
t/smells-of-vcs/.svn
[new file with mode: 0644]
patch
|
blob
t/strictures.t
patch
|
blob
|
blame
|
history
diff --git
a/maint/Makefile.PL.include
b/maint/Makefile.PL.include
index
1555fa8
..
e3385b3
100644
(file)
--- a/
maint/Makefile.PL.include
+++ b/
maint/Makefile.PL.include
@@
-54,6
+54,7
@@
manifest_include(
'xt/lib' => '.pm',
'' => '.PL',
'' => qr{Changes|MANIFEST|README|META\.yml},
+ '' => qr{t/smells-of-vcs/.svn},
'maint' => qr{[^.].*},
);
diff --git a/t/smells-of-vcs/.svn
b/t/smells-of-vcs/.svn
new file mode 100644
(file)
index 0000000..
e69de29
diff --git
a/t/strictures.t
b/t/strictures.t
index
f497325
..
65b2893
100644
(file)
--- a/
t/strictures.t
+++ b/
t/strictures.t
@@
-28,6
+28,7
@@
foreach my $idx (0 .. $#us) {
{
local $0 = 't/00load.t';
sub Foo::new { 1 }
+ chdir("t/smells-of-vcs");
my $r = eval q{
use strictures 1;
new Foo 1, 2, 3;