Created
October 30, 2020 07:30
-
-
Save Skeeve/cf596b335f6cb16f2762d1f95e297ccb to your computer and use it in GitHub Desktop.
Revisions
-
Skeeve created this gist
Oct 30, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ has usage => sub { my $pod = ''; open my $printpod, '>', \$pod; pod2usage( -input => __FILE__, -verbose => 1, -exitval => 'NOEXIT', -output => $printpod, ); close $printpod; return $pod; };