Skip to content

Commit

Permalink
Rename test pod files to drop the 'basic.' prefix
Browse files Browse the repository at this point in the history
For test consistency (and portability test).
  • Loading branch information
rwstauner committed Nov 26, 2010
1 parent 4b48578 commit 013f5b7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion t/lib/TestPW.pm
Expand Up @@ -60,7 +60,7 @@ sub test_basic {

sub weaver_input {
my ($dir) = @_;
my $base = $dir ? "$dir/" : 't/eg/basic.';
my $base = $dir ? "$dir/" : 't/eg/';

# copied/modified from Pod::Weaver tests (Pod-Weaver-3.101632/t/basic.t)
my $in_pod = slurp_file("${base}in.pod");
Expand Down

0 comments on commit 013f5b7

Please sign in to comment.