Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix WHEREFORE test
  • Loading branch information
hoelzro committed Aug 1, 2014
1 parent b6ebef3 commit fd583ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S26-documentation/why-leading.t
Expand Up @@ -51,7 +51,7 @@ ok $=pod[$pod_index].WHEREFORE === foo;
is ~$=pod[$pod_index++], 'a module';
ok $=pod[$pod_index].WHEREFORE === foo::bar;
is ~$=pod[$pod_index++], 'a package';
ok $=pod[$pod_index].WHEREFORE === foo::bar;
ok $=pod[$pod_index].WHEREFORE === foo::bar::baz;
is ~$=pod[$pod_index++], 'and a class';

is foo.WHY.contents, 'a module';
Expand Down

0 comments on commit fd583ac

Please sign in to comment.