Skip to content

Commit

Permalink
typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
teodozjan committed Jun 20, 2014
1 parent 2714f9f commit 4073c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/builder.t
Expand Up @@ -10,7 +10,7 @@ my $srcdir = 'testmodules';
lives_ok { Panda::Builder.build("$srcdir/dummymodule") };

ok "$srcdir/dummymodule/blib/lib/foo.{compsuffix}".IO ~~ :f, 'module compiled';
ok "$srcdir/dummymodule/blib/lib/foo.pm".IO ~~ :f, 'and opied to blib';
ok "$srcdir/dummymodule/blib/lib/foo.pm".IO ~~ :f, 'and copied to blib';
ok "$srcdir/dummymodule/blib/lib/manual.pod".IO ~~ :f, 'pod copied too';
ok "$srcdir/dummymodule/blib/lib/bar.{compsuffix}".IO !~~ :f, 'pod not compiled';
ok "$srcdir/dummymodule/blib/lib/foo.js".IO ~~ :f,
Expand Down

0 comments on commit 4073c98

Please sign in to comment.