Navigation Menu

Skip to content

Commit

Permalink
Put a pointer from cpandoc to Pod::Cpandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sartak committed Jun 14, 2011
1 parent 9576dab commit 59715a0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions bin/cpandoc
@@ -1,3 +1,16 @@
#!/usr/bin/env perl
use Pod::Cpandoc;
exit( Pod::Cpandoc->run() );

__END__
=head1 NAME
cpandoc
=head1 DESCRIPTION
See L<Pod::Cpandoc> and L<Pod::Perldoc>.
=cut

0 comments on commit 59715a0

Please sign in to comment.