From 59715a0dc3345476444958a0cb8059b73e4fa033 Mon Sep 17 00:00:00 2001 From: Shawn M Moore Date: Tue, 14 Jun 2011 11:03:51 -0400 Subject: [PATCH] Put a pointer from cpandoc to Pod::Cpandoc --- bin/cpandoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/bin/cpandoc b/bin/cpandoc index eb6a0ff..f24aeb7 100755 --- a/bin/cpandoc +++ b/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 and L. + +=cut +