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