Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'cpan_2.006_release' of ssh://pdl.git.sourceforge.net/gi…
…troot/pdl/pdl into cpan_2.006_release
  • Loading branch information
Craig DeForest committed Apr 4, 2013
2 parents 0f6170c + 0fd0d37 commit 405de0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Basic/Pod/Makefile.PL
Expand Up @@ -5,7 +5,8 @@ BEGIN{if ($^O =~ /MSWin/) {
}
use ExtUtils::MakeMaker;

@pods = map { $_=~s/.pod//; $_ } glob("*.pod");
@pods = map { $_=~s/.pod//; $_ } grep { ! m/Index.pod/ } glob("*.pod");


# do we want to create PP-Inline?
eval 'require Pod::Select';
Expand Down
1 change: 1 addition & 0 deletions Doc/scantree.pl
Expand Up @@ -43,6 +43,7 @@
$outdir = "$dir/PDL";
# ($outdir = $INC{'PDL.pm'}) =~ s/\.pm$//i;
$outindex="$outdir/Index.pod" unless (defined $outindex);
unlink $outindex if -e $outindex; # Handle read only file
open POD, ">$outindex"
or die "couldn't open $outindex";
print POD <<'EOPOD';
Expand Down

0 comments on commit 405de0a

Please sign in to comment.