Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoffixznet/58fc667b020b79f1ee870a46a1515087 to your computer and use it in GitHub Desktop.
Save zoffixznet/58fc667b020b79f1ee870a46a1515087 to your computer and use it in GitHub Desktop.
zoffix@leliana:~/CPANPRC$ perl -IPod-To-HTML/lib/ -MPod::To::HTML -e ''
Illegal declaration of subroutine main::escape_html at Pod-To-HTML/lib/Pod/To/HTML.pm line 33.
Compilation failed in require.
BEGIN failed--compilation aborted.
zoffix@leliana:~/CPANPRC$ perl -ne '$. == 33 and print' Pod-To-HTML/lib/Pod/To/HTML.pm
sub escape_html(Str $str) returns Str {
zoffix@leliana:~/CPANPRC$ perl6 -e 'sub escape_html(Str $str) returns Str {}'
zoffix@leliana:~/CPANPRC$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment