Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Small Pod fixes
  • Loading branch information
hinrik committed Jul 24, 2009
1 parent 8cf5c68 commit 056121c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,3 +1,6 @@
0.16_03
- Small Pod fixes

0.16_02 Fri Jul 24 15:19:07 GMT 2009
- Added Win32::Console::ANSI as a recommended dep
- Make sure we die if the target is not recognized
Expand Down
7 changes: 4 additions & 3 deletions README
Expand Up @@ -30,9 +30,10 @@ DESCRIPTION
This little application is intended to be a "perldoc" for Perl 6.

Prior art and inspiration
<Perl 5's "perldoc">
<Python's "pydoc">
<Ruby's "ri">
Perl 5's "perldoc" (<http://perldoc.perl.org/perldoc.html>)
Python's "pydoc" (<http://docs.python.org/library/pydoc.html>)
Ruby's "ri"
(<http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/rdoc/>)
<http://svn.pugscode.org/pugs/ext/Perldoc/>
<http://svn.pugscode.org/pugs/examples/perldoc.pl>

Expand Down
2 changes: 1 addition & 1 deletion lib/App/Grok/Resource/Table.pm
Expand Up @@ -48,7 +48,7 @@ sub _build_table {
1;
=head1 NAME
App::Grok::Resource::Table - Grok resource for the Perl 6 Table Index
App::Grok::Resource::Table - Perl 6 Table Index resource for grok
=head1 SYNOPSIS
Expand Down
6 changes: 3 additions & 3 deletions script/grok
Expand Up @@ -48,11 +48,11 @@ This little application is intended to be a C<L<perldoc>> for Perl 6.
=over 4
=item L<Perl 5's C<perldoc>|http://perldoc.perl.org/perldoc.html>
=item Perl 5's C<perldoc> (L<http://perldoc.perl.org/perldoc.html>)
=item L<Python's C<pydoc>|http://docs.python.org/library/pydoc.html>
=item Python's C<pydoc> (L<http://docs.python.org/library/pydoc.html>)
=item L<Ruby's C<ri>|http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/rdoc/>
=item Ruby's C<ri> (L<http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/rdoc/>)
=item L<http://svn.pugscode.org/pugs/ext/Perldoc/>
Expand Down

0 comments on commit 056121c

Please sign in to comment.