mirror of
https://github.com/holub/mame
synced 2025-05-07 14:54:35 +03:00
8 lines
49 B
Perl
8 lines
49 B
Perl
#!perl
|
|
|
|
use Pod::Html;
|
|
|
|
pod2html @ARGV;
|
|
|
|
__END__
|