Skip to content

Commit

Permalink
Update to match Perl6-Doc 0.44
Browse files Browse the repository at this point in the history
  • Loading branch information
hinrik committed Jul 30, 2009
1 parent 4c37cca commit 873b563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ requires ('Getopt::Long' => '2.33');
requires ('IO::Interactive' => '0');
requires ('File::ShareDir' => '0');
requires ('File::Temp' => '0');
requires ('Perl6::Doc' => '0.43');
requires ('Perl6::Doc' => '0.44');
requires ('Perl6::Perldoc' => '0.0.5');
requires ('Perl6::Perldoc::To::Ansi' => '0.07');
requires ('Pod::Text::Ansi' => '0.03');
Expand Down
2 changes: 1 addition & 1 deletion t/04_targets/06_man_page.t
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ my $perlintro = qx/$^X $grok perlintro/;
my $perlsyn = qx/$^X $grok perlsyn/;

like($perlintro, qr/A brief introduction and overview of Perl 6/, 'Got perlintro');
like($perlsyn, qr/Perl syntax/, 'Got perlsyn');
like($perlsyn, qr/Perl 6 syntax/, 'Got perlsyn');

0 comments on commit 873b563

Please sign in to comment.