diff options
author | Fred Drake <fdrake@acm.org> | 2001-04-10 17:13:39 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-04-10 17:13:39 (GMT) |
commit | 86333606f66b2de906a7e9c20322718c0acd14ca (patch) | |
tree | a2d9bb1747fd66932990c30f128f0c72a82a2cfe /Doc/perl/howto.perl | |
parent | b5309a956e93b127f42141eb99c4b09ab9e89a44 (diff) | |
download | cpython-86333606f66b2de906a7e9c20322718c0acd14ca.zip cpython-86333606f66b2de906a7e9c20322718c0acd14ca.tar.gz cpython-86333606f66b2de906a7e9c20322718c0acd14ca.tar.bz2 |
Add corresponding support for the alltt environment to the HTML generator.
Diffstat (limited to 'Doc/perl/howto.perl')
-rw-r--r-- | Doc/perl/howto.perl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/perl/howto.perl b/Doc/perl/howto.perl index 42f722f..76791eb 100644 --- a/Doc/perl/howto.perl +++ b/Doc/perl/howto.perl @@ -6,7 +6,7 @@ package main; do_require_package("article"); -#do_require_package("verbatim"); +do_require_package("alltt"); do_require_package("python"); 1; # sheesh.... |