diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-05 17:33:10 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-05 17:33:10 +0000 |
commit | e3e5e1ead913680c13757a1af36ab093b6ff8390 (patch) | |
tree | b7d2a77508f6842c0b863582d5160835694ac38b /pod | |
parent | 7785d218894ec033856d95749a4e3d546eb61f33 (diff) | |
download | perl-e3e5e1ead913680c13757a1af36ab093b6ff8390.tar.gz |
add Term::ANSIColor, perldelta notes on Pod::Man, and fix a bug
in Pod::InputObjects (from Russ Allbery)
p4raw-id: //depot/perl@5549
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 05481e13b3..052162b49e 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1746,7 +1746,18 @@ For details and examples, please see L<Pod::Usage>. =item Pod::Text and Pod::Man -[TODO - Russ Allbery <rra@stanford.edu>] +Pod::Text has been rewritten to use Pod::Parser. While pod2text() is +still available for backwards compatibility, the module now has a new +preferred interface. See L<Pod::Text> for the details. The new Pod::Text +module is easily subclassed for tweaks to the output, and two such +subclasses (Pod::Text::Termcap for man-page-style bold and underlining +using termcap information, and Pod::Text::Color for markup with ANSI color +sequences) are now standard. + +pod2man has been turned into a module, Pod::Man, which also uses +Pod::Parser. In the process, several outstanding bugs related to quotes +in section headers, quoting of code escapes, and nested lists have been +fixed. pod2man is now a wrapper script around this module. =item SDBM_File @@ -1769,6 +1780,12 @@ no longer requires syslog.ph to exist. Sys::Hostname now uses XSUBs to call the C library's gethostname() or uname() if they exist. +=item Term::ANSIColor + +Term::ANSIColor is a very simple module to provide easy and readable +access to the ANSI color and highlighting escape sequences, supported by +most ANSI terminal emulators. It is now included standard. + =item Time::Local The timelocal() and timegm() functions used to silently return bogus |