commit | 897bc2556fed43b76f6d1b14470c3e806df15af8 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@boson> | Mon Feb 18 20:50:23 2008 -0500 |
committer | Jean-Paul Calderone <exarkun@boson> | Mon Feb 18 20:50:23 2008 -0500 |
tree | bdd09f33c3fadb7efecca918e06e3dbef0a82bb9 |
initial source import
diff --git a/doc/tools/perl/howto.perl b/doc/tools/perl/howto.perl new file mode 100644 index 0000000..76791eb --- /dev/null +++ b/doc/tools/perl/howto.perl
@@ -0,0 +1,12 @@ +# -*- perl -*- +# +# This implements the Python howto class. All it really needs to do it +# load the "python" style. + +package main; + +do_require_package("article"); +do_require_package("alltt"); +do_require_package("python"); + +1; # sheesh....