Blame Changes

Packit a38e86
Revision history for Pod::Perldoc
Packit a38e86
Packit a38e86
3.28 - Thu Mar 16 01:07:42 UTC 2017
Packit a38e86
Packit a38e86
    * Commited an alternate fix for GH#28
Packit a38e86
    * Rolling a release for 5.26
Packit a38e86
Packit a38e86
3.27_02 - Wed Mar 2 01:09:22 UTC 2017
Packit a38e86
Packit a38e86
    * Testing a fix for GH#28
Packit a38e86
Packit a38e86
3.27_01 - Sun Oct 16 02:41:23 UTC 2016
Packit a38e86
Packit a38e86
    * Another fix for t/02 (RT#118401)
Packit a38e86
Packit a38e86
3.27 - Wed Aug  3 20:42:54 UTC 2016
Packit a38e86
Packit a38e86
    * No changes. Roll an official release.
Packit a38e86
Packit a38e86
3.26_02 - Tue Aug  2 16:34:46 UTC 2016
Packit a38e86
Packit a38e86
    * Better fix for broken test (GH#27)
Packit a38e86
Packit a38e86
3.26_01 - Sat Jul 30 16:08:30 UTC 2016
Packit a38e86
Packit a38e86
    * Fix broken test on Windows and FreeBSD (RT#116551)
Packit a38e86
Packit a38e86
3.26 - Thu Jul 28 04:14:29 UTC 2016
Packit a38e86
Packit a38e86
    * Fix CVE-2016-1238 by temporarily removing '.' from @INC in world writable directories.
Packit a38e86
Packit a38e86
3.25_02 - Tue Jan 12 08:55:45 2016 -0600
Packit a38e86
Packit a38e86
    * Update MANIFEST
Packit a38e86
    * Rename load test so it runs first
Packit a38e86
    * Additional smoke test
Packit a38e86
    * Fix =head3 appearing in some perlfunc lookups
Packit a38e86
    * AmigaOS patches (RT#106798) (RT#110368)
Packit a38e86
Packit a38e86
3.25_01 - Tue Jun 2 08:58:40 2015 -0500
Packit a38e86
Packit a38e86
    * Fall back to an English perlfunc if translation doesn't exist (RT#104695)
Packit a38e86
    * FreeBSD has mandoc too, with UTF-8 support.
Packit a38e86
    * -U now documented and implied with -F (RT#87837)
Packit a38e86
Packit a38e86
3.25 - Thu Feb 12 03:06:43 UTC 2015
Packit a38e86
    * No changes - roll an official
Packit a38e86
      release for inclusion in Perl 5.22
Packit a38e86
Packit a38e86
3.24_02 - Wed Jan 21 03:12:37 UTC 2015
Packit a38e86
    * Dave Mitchell sent a patch to reduce stderr spam
Packit a38e86
      during core perl builds. Resolves RT#101493
Packit a38e86
Packit a38e86
    * Make perldoc honor the MANPAGER environment
Packit a38e86
      variable as documented. Resolves RT#100933
Packit a38e86
Packit a38e86
    * Decode command line arguments at UTF-8 data.
Packit a38e86
      Resolves RT#9806
Packit a38e86
Packit a38e86
3.24_01 - Wed Sep 10 03:13:58 UTC 2014
Packit a38e86
    * The 'ToTerm' backend generates terminal escape sequences that
Packit a38e86
      the 'less' pager does not display by default. The "-R" option
Packit a38e86
      controls this, so pass it in the LESS environment variable
Packit a38e86
      to avoid disturbing other pager invocations. Patch by 
Packit a38e86
      Niko Tyni. Closes RT#98636
Packit a38e86
Packit a38e86
    * Unify filehandle opens and encoding into two methods
Packit a38e86
      'open_fh' and 'set_encoding'.  Based on a pull request
Packit a38e86
      by Koichi KUBO. Closes RT#98019 better than c3fd47f :)
Packit a38e86
Packit a38e86
    * Applied PR by Olivier Mengué to 'use parent' instead 
Packit a38e86
      of 'use base'
Packit a38e86
Packit a38e86
3.24 - Tue Aug 19 03:38:07 UTC 2014
Packit a38e86
    * Release 3.24
Packit a38e86
Packit a38e86
    Make sure when we open a filehandle for reading
Packit a38e86
    or writing, we set ':encoding(UTF-8)' on it 
Packit a38e86
    everywhere.  Closes RT#98019.
Packit a38e86
Packit a38e86
3.23_01 - Sat Aug 16 16:47:45 UTC 2014
Packit a38e86
    * Test release to test UTF8 filehandles.
Packit a38e86
    * Happy CPAN Day!
Packit a38e86
Packit a38e86
3.23 - Sun Feb 23 18:54:43 UTC 2014
Packit a38e86
    * Release 3.23
Packit a38e86
Packit a38e86
    Yes, this is a packaging error. Mea culpa. In the future
Packit a38e86
    test releases will be 3.23_01, etc. 
Packit a38e86
Packit a38e86
    See https://twitter.com/frioux/status/429245594180128769
Packit a38e86
    for context.
Packit a38e86
Packit a38e86
3.22_02 - Wed Feb  5 05:08:34 UTC 2014
Packit a38e86
    * Add a pager that doesn't redirect stdin RT#85173
Packit a38e86
      Added a special pager environment variable for use
Packit a38e86
      when perldoc is in the -m mode that doesn't
Packit a38e86
      redirect STDIN.  Set PERLDOC_SRC_PAGER to use. 
Packit a38e86
      
Packit a38e86
      As in:
Packit a38e86
Packit a38e86
      PERLDOC_SRC_PAGER=/usr/bin/vim perldoc -m File::Temp
Packit a38e86
Packit a38e86
    * Teach ToTerm.pm to get terminal width RT#85467
Packit a38e86
      Get a terminal width and pass it to Pod::Text::Termcap
Packit a38e86
      from one of these sources (in order):
Packit a38e86
          1. An explicit width set from command line with -w
Packit a38e86
          2. MANWIDTH environment variable
Packit a38e86
          3. stty output
Packit a38e86
          4. The default width of 76 (same as Pod::Text)
Packit a38e86
Packit a38e86
3.22_01 - Sat Feb  1 05:00:13 UTC 2014
Packit a38e86
    * Match =item more carefully when scanning perlfunc. 
Packit a38e86
      Fixes RT #86795. Previously matches could be generated 
Packit a38e86
      on words like 'size' and 'precision' which are not 
Packit a38e86
      Perl functions.
Packit a38e86
    * Cleanup code related to mandoc RT #85844
Packit a38e86
      Patch by Ingo Schwarze
Packit a38e86
    * Re-add '-U' flag to skip attempting to drop 
Packit a38e86
      privileges. RT #87837
Packit a38e86
    * Do not install to INSTALLDIRS after Perl 5.11 RT #89756
Packit a38e86
    * Refactor search_perlop (finds operators like 'q' 
Packit a38e86
      'qq' 'tr' and others) RT #86506. Previously most of
Packit a38e86
      the text generated was incorrect.
Packit a38e86
    * Fix wrong version in DEBUG output from ToTerm.pm RT #85468
Packit a38e86
    * Fix POD errors when scanning parts of perlfunc RT #86472
Packit a38e86
      Patch by Shlomi Fish.
Packit a38e86
Packit a38e86
3.21 - Mon Jan  6 02:17:07 UTC 2014
Packit a38e86
    * Add '-a' flag to search through perlapi 
Packit a38e86
      documentation. Patch by Matthew Horsfall.
Packit a38e86
    * Apply RT #91733 to install perldoc.pod in the 
Packit a38e86
      right place. Should fix RT #88898 too. Patch
Packit a38e86
      by Dave Mitchell.
Packit a38e86
Packit a38e86
3.21_01 - Tue Nov 19 17:07:46 UTC 2013
Packit a38e86
    * Do not modify @INC to look for docs perl RT #120357
Packit a38e86
      (Patch by Kent Fredric)
Packit a38e86
    * Prefer mandoc on bitrig
Packit a38e86
    * Fix typos
Packit a38e86
Packit a38e86
3.20 - Sat Apr 27 05:25:30 UTC 2013
Packit a38e86
    * Make default formatter "ToTerm" instead of "ToMan" for
Packit a38e86
      better UTF-8 support
Packit a38e86
    * When dynamically building POD from perlfunc (perlvar) 
Packit a38e86
      make sure we open filehandles with utf8 and add an
Packit a38e86
      =encoding (RT #80527) (RT #80640)
Packit a38e86
Packit a38e86
3.19 - Mon Jan 28 04:29:40 UTC 2013
Packit a38e86
    * Really put perldoc.pod into man1
Packit a38e86
Packit a38e86
3.18 - Mon Jan 28 04:17:26 UTC 2013
Packit a38e86
    * Document perldoc behavior in build directories (RT #80376)
Packit a38e86
    * Don't blindly force UTF8 to Pod::Man (RT #77465)
Packit a38e86
    * Fix is_dos typo (RT #76029)
Packit a38e86
    * Put perldoc.pod into man1 RT #77210 (ppisar@redhat.com)
Packit a38e86
    * Remove formatting from literal blocks RT #77209 (ppisar@redhat.com)
Packit a38e86
Packit a38e86
3.17 - Sun Mar 18 02:49:26 2012
Packit a38e86
    * Handle render options set by the user in the '-n' setting RT #75840
Packit a38e86
Packit a38e86
3.16 - Sat Mar 17 04:14:30 2012
Packit a38e86
    * Make perldoc by itself emit a brief usage RT #75815
Packit a38e86
    * Add a space between $ENV{PAGER} and "<" RT #75420
Packit a38e86
    * Replace $self->die() with CORE::die in some errors RT #75010
Packit a38e86
    * Make load.t use note() instead of diag() RT #74893
Packit a38e86
    * Make perldoc -l -q usefully work RT #74254
Packit a38e86
    * Fix regex while untainting $0 RT #73580
Packit a38e86
Packit a38e86
3.15_15 - Fri Jan  6 15:48:47 UTC 2012
Packit a38e86
    * If the name check fails, report the name. RT  #73580
Packit a38e86
    * Don't index tests in corpus (RT #73586)
Packit a38e86
    * Fix Pod error in GetOptsOO
Packit a38e86
    * Add ToANSI and ToTerm to load test
Packit a38e86
    * Add Pod check test
Packit a38e86
    * Now maintained by Mark Allen <mallen@cpan.org>
Packit a38e86
Packit a38e86
3.15_14 - Sun Dec 18 10:06:09 2011
Packit a38e86
	* Fix OpenBSD issues. You get to use mandoc. The UTF-8
Packit a38e86
	supports sucks though.
Packit a38e86
Packit a38e86
3.15_13 - Wed Dec 14 04:07:20 2011
Packit a38e86
	* Fix up some issues with switches to nroff/groff (RT 73236)
Packit a38e86
Packit a38e86
3.15_12
Packit a38e86
	* Now maintained by brian d foy <bdfoy@cpan.org>
Packit a38e86
	* Lots of fixes from Mark Allen <mallen@cpan.org>
Packit a38e86
	* Most of the changes discard the call to pod2man and use
Packit a38e86
	Pod::Man directly.
Packit a38e86
	* Preparing Pod::Perldoc to be dual-lived
Packit a38e86
Packit a38e86
	* RT  8376   'perldoc -oman' is incorrectly rendered under Cygwin.
Packit a38e86
	* RT  9531   perldoc can't find scripts on Windows
Packit a38e86
		+ add .bat to scripts
Packit a38e86
	* RT 11118   ToMan.pm doesn't quote filename in system command
Packit a38e86
	* RT 12024   -m uses the wrong pager on MSWin32
Packit a38e86
		+ fixed by ebhanssen@allverden.no
Packit a38e86
	* RT 12025   Options (-L) to show location like -l, even when no pod exists
Packit a38e86
		+ fixed by Tye McQueen <tyemq@cpan.org>
Packit a38e86
	* RT 12769   Pod::Usage::pod2usage -- calling 'perldoc' on $0 is tainted, unsafe
Packit a38e86
		+ fixed by Marek Rouchal <Marek.Rouchal@gmx.net>
Packit a38e86
	* RT 26121   can't handle =encoding utf8
Packit a38e86
	* RT 37347   perldoc -F doesn't correctly handle filenames containing single quotes
Packit a38e86
		+ fixed by CHOCOLATE@cpan.org
Packit a38e86
	* RT 39000   Support for "pod2man --utf8"
Packit a38e86
	* RT 40557   Re: Why are the file test operators in perlfunc?
Packit a38e86
		+ fixed by Renee Baecker <renee.baecker@smart-websolutions.de>
Packit a38e86
	* RT 53986   perldoc -m option fails if PAGER environment variable value contains white space
Packit a38e86
		+ fixed by kruegerm-bitcard@avax.net
Packit a38e86
	* RT 61085   Respect MANWIDTH
Packit a38e86
		+ fixed by Danijel Tasov <data@cpan.org>
Packit a38e86
	* RT 61452   perldoc -m misidentifies files and displays binaries
Packit a38e86
		+ fixed by bitcard@volkerschatz.com
Packit a38e86
	* RT 67754   perldoc -f getpwnam and shmread no text
Packit a38e86
	* RT 72425   groff produces many errors with Unicode output.
Packit a38e86
	* RT 73074   ToMan output blocks on perlfunc
Packit a38e86
Packit a38e86
3.15_12 - Fri Dec  9 07:02:02 2011
Packit a38e86
	* Fix the blocking writes in the groff pipe (RT #73074)
Packit a38e86
Packit a38e86
3.15_11 - Tue Nov 29 13:08:10 2011
Packit a38e86
	* Add the parent.pm prereq
Packit a38e86
	* Remove the 01_about_verbose test, which doesn't test anything
Packit a38e86
Packit a38e86
3.15_10 - Sat Nov 19 19:56:21 2011
Packit a38e86
	* Merge the changes to use Pod::Man instead of pod2man
Packit a38e86
	* Restrict the names we'll allow the program to run under
Packit a38e86
	* Patches for most of the items in the RT queue, which we'll
Packit a38e86
	enumerate once we know the fixes work.
Packit a38e86
Packit a38e86
3.15_09 - Mon Nov 14 13:36:37 2011
Packit a38e86
	* Respect MANWIDTH on Linux, if set. RT #61085
Packit a38e86
	* This is the start of some internals changes to allow testing.
Packit a38e86
Packit a38e86
3.15_08 - Sun Nov 13 17:31:30 2011
Packit a38e86
	* Sync with the latest stuff in blead
Packit a38e86
	* Re-release as a CPAN module
Packit a38e86
	* brian d foy is taking over maintainer duties
Packit a38e86
Packit a38e86
3.15_01 - 2009-09-30
Packit a38e86
	* 3.15_01 - sync with blead
Packit a38e86
Packit a38e86
3.14_08 - 2008-11-01
Packit a38e86
	* no code changes from 3.14_07
Packit a38e86
	* summary of main changes:
Packit a38e86
		- perldoc -v PerlVar
Packit a38e86
		- old -v (Verbosely describe) is now -D
Packit a38e86
		- 'perldoc intro' will find 'perlintro' page
Packit a38e86
		- 'perldoc -L it' can find Italian translations
Packit a38e86
		of documentation (if you have them)
Packit a38e86
Packit a38e86
3.14_07 - 2008-05-08
Packit a38e86
	* Pod::Perldoc now has POD
Packit a38e86
	* so does Pod::Perldoc::BaseTo and Pod::Perldoc::GetOptsOO
Packit a38e86
Packit a38e86
3.14_06 - 2008-05-02
Packit a38e86
	* 'perldoc intro' may find 'perlintro' page
Packit a38e86
	  (suggested by Gisle Aas)
Packit a38e86
	* -v (Verbosely describe) is now -D
Packit a38e86
	* perldoc -v PerlVar
Packit a38e86
Packit a38e86
3.14_05 - 2008-04-22
Packit a38e86
	* Search perlvar
Packit a38e86
	* Applied patch to allow -A for searching perlvar.
Packit a38e86
	  (after a patch by Ovid, 2008-02-26)
Packit a38e86
	  [rt.cpan.org #33624]
Packit a38e86
	* [RFC] the switch name is experimental: I am open
Packit a38e86
	to convincing alternatives (other than -v and -V
Packit a38e86
	which are already taken).
Packit a38e86
Packit a38e86
3.14_04 - 2008-04-16
Packit a38e86
	* 'lib' & co. are added to search path if -f Build.PL
Packit a38e86
	in current directory (rt.cpan.org #33941)
Packit a38e86
	* bug fix: 'blib' directories were never searched
Packit a38e86
	because they were tested with -f
Packit a38e86
Packit a38e86
3.14_03 - 2007-09-03
Packit a38e86
	* typo fix (#31763 by rgs)
Packit a38e86
	* warning and debugging code added to add_translator()
Packit a38e86
	* the translators now became objects
Packit a38e86
	* POD2::Base (if available) provides language-specific
Packit a38e86
	support for free
Packit a38e86
	* experimental releases, misses documentation of changes
Packit a38e86
Packit a38e86
3.14_02 - 2007-08-23
Packit a38e86
	* -L becomes more forgiving:
Packit a38e86
			  $ perldoc -L it perldocpage
Packit a38e86
	  retrieves the standard (English) version if it cannot find
Packit a38e86
	  the Italian translation.
Packit a38e86
	* applied to bleed as Change #31762
Packit a38e86
Packit a38e86
3.14_01 - 2007-08-23
Packit a38e86
	* bleedperl changes:
Packit a38e86
		+ #31628: a Gentoo patch
Packit a38e86
		+ #27878: warn when -f, -q ignore extra arguments
Packit a38e86
		+ #26202: document -L
Packit a38e86
		+ #26191: new switch -L
Packit a38e86
Packit a38e86
3.14 - 2004-11-30  Sean M. Burke  sburke@cpan.org
Packit a38e86
	* bugfix for Cygwin
Packit a38e86
	* Matt Johnson sends in two patches to accomodate Cygwin.
Packit a38e86
	Accepted.
Packit a38e86
	* Also changing pathsep for IS_MSWin32 || IS_Dos temp files
Packit a38e86
	from '/' to '\'.
Packit a38e86
Packit a38e86
3.13 - 2004-04-09  Sean M. Burke  sburke@cpan.org
Packit a38e86
	* minor bugfixes
Packit a38e86
	
Packit a38e86
	Ken Willians notes that Pod::Perldoc::ToMan breaks when the
Packit a38e86
	pod2man program isn't in $Config{'scriptdirexp'}.  So I make it
Packit a38e86
	look there first, but then fall back to not specifying where it
Packit a38e86
	should be found.
Packit a38e86
	
Packit a38e86
	James Michael Du Pont notes that Carp::croak isn't always loaded
Packit a38e86
	by all versions of the modules perldoc uses.  So I add an explicit
Packit a38e86
	"require Carp::croak".
Packit a38e86
	
Packit a38e86
	I add t/01_about_verbose.t just to give more diagnostics.
Packit a38e86
Packit a38e86
3.12 - 2003-10-21  Sean M. Burke  sburke@cpan.org
Packit a38e86
	* tweak for Linux man.
Packit a38e86
	
Packit a38e86
	Slaven Rezic notes that Makefile.PL should say INSTALLDIRS => "perl"
Packit a38e86
	for perl versions 5.8.1 and newer, to make installation work right
Packit a38e86
	on those perls.  Change made.
Packit a38e86
	
Packit a38e86
	Slaven Rezic notes that -q was generating an erroneous =over 8 ...
Packit a38e86
	around the sliced text from perlfaq searched via -q.  Change made
Packit a38e86
	-- this =over 8 ... =back stuff is now generated only if you're
Packit a38e86
	calling perldoc with -f (for perlfunc sections).
Packit a38e86
Packit a38e86
Packit a38e86
3.11 - 2003-10-12  Sean M. Burke  sburke@cpan.org
Packit a38e86
    * tweak for Linux man.
Packit a38e86
    Brendan O'Dea provides code for Pod/Perldoc/ToMan.pm to sets -rLL
Packit a38e86
    to what stty reports for terminal column width.
Packit a38e86
Packit a38e86
Packit a38e86
3.10 - 2003-09-10  Sean M. Burke  sburke@cpan.org
Packit a38e86
	* bugfix for cygwin
Packit a38e86
	Jari Aalto notes a problem with cygwin and the containspod routine
Packit a38e86
	-- cygwin apparently pretends there's an executable $filename file
Packit a38e86
	when there's really a "$filename.exe" file.  Added a
Packit a38e86
	cygwin-specific hack in containspod to trap this case.
Packit a38e86
Packit a38e86
Packit a38e86
3.09 - 2003-07-24  Sean M. Burke  sburke@cpan.org
Packit a38e86
	* perldoc when run as root no longer dies when it can't manage to
Packit a38e86
	drop privileges.  This is by popular demand.
Packit a38e86
	* perldoc -f -X now properly sees an -X entry regardless of
Packit a38e86
	whether it's coded as =item -X or =item I<-X>.
Packit a38e86
	* In README, changed "This is an experimental distribution of
Packit a38e86
	Perldoc," to "This is the distribution of Perldoc,"
Packit a38e86
	
Packit a38e86
	Wee little things:
Packit a38e86
	
Packit a38e86
	* Added a "use 5.006;" to the start of Perldoc.pm and the
Packit a38e86
	Makefile.PL, since we do actually need that version of perl
Packit a38e86
	for the module to even compile right.  (Altho backporting is an
Packit a38e86
	option later, if we remove the 5.6-isms.)
Packit a38e86
	* Perldoc.pm has a new constant IS_Cygwin if we ever need it.
Packit a38e86
	* Added a bit of IS_VMS logic.
Packit a38e86
	* Minor cosmetic changes to handling of -U.
Packit a38e86
	* Added a few comments here and there.
Packit a38e86
Packit a38e86
3.08 - 2003-01-18  Sean M. Burke  sburke@cpan.org
Packit a38e86
	* Fixed split-related bug in reading $Config{'pager'}.
Packit a38e86
	Thanks to Chip Turner <cturner@redhat.com> for pointing it out!
Packit a38e86
Packit a38e86
3.07 - 2002-12-01  Sean M. Burke  sburke@cpan.org
Packit a38e86
	* Minor typo fix to code in Pod::Perldoc::ToMan.
Packit a38e86
	* Added RTFREADER example to Pod::Perldoc::ToRTF docs.
Packit a38e86
	* Made Pod::Perldoc::ToTk a bit more tolerant of old Tk::Pod
Packit a38e86
	versions (pre-4.0).
Packit a38e86
Packit a38e86
3.06 - 2002-11-22  Sean M. Burke  sburke@cpan.org
Packit a38e86
	* Made it install to perldoc pand perldoc.pod now.
Packit a38e86
	* Added -V
Packit a38e86
	* Made -U a no-op switch, for legacy.
Packit a38e86
	* Corrected a few minor typoes in the usage messages.
Packit a38e86
	* Updated perldoc.pod to document the switches that were
Packit a38e86
	previously documented only in perldoc -h
Packit a38e86
	
Packit a38e86
	* Many thanks to David Hand, Avi Finkel, Iain "Spoon" Truskett,
Packit a38e86
	Conrad Heiney, Casey West, Pete Sergeant, David Dyck, Michael
Packit a38e86
	Schwern, Slaven Rezic, Hugo van der Sanden, and many others for
Packit a38e86
	lots of patient help in working on this.
Packit a38e86
Packit a38e86
3.05a - 2002-11-11  Sean M. Burke  sburke@cpan.org
Packit a38e86
	* Corrected the logic that suppresses warnings during require's or
Packit a38e86
	formattings.
Packit a38e86
	* Updated usage messages
Packit a38e86
	* Corrected bug that ignored -T when using -m
Packit a38e86
Packit a38e86
3.04a - 2002-11-11  Sean M. Burke  sburke@cpan.org
Packit a38e86
	* First public release.
Packit a38e86
	* Many new features, including the switches: -T, -d, -o, -M, -w
Packit a38e86
Packit a38e86
Packit a38e86
3.01 - Sun Nov 10 21:38:09 MST 2002
Packit a38e86
	Sean M. Burke <sburke@cpan.org>
Packit a38e86
	Massive refactoring and code-tidying.
Packit a38e86
	Now it's a module(-family)!
Packit a38e86
	Formatter-specific stuff pulled out into Pod::Perldoc::To(Whatever).pm
Packit a38e86
	Added -T, -d, -o, -M, -w.
Packit a38e86
	Added some improved MSWin funk.
Packit a38e86
Packit a38e86
2.05 - Sat Oct 12 16:09:00 CEST 2002
Packit a38e86
	Hugo van der Sanden <hv@crypt.org>
Packit a38e86
	Made -U the default, based on patch from Simon Cozens
Packit a38e86
Packit a38e86
2.04 - Sun Aug 18 13:27:12 BST 2002
Packit a38e86
	Randy W. Sims <RandyS@ThePierianSpring.org>
Packit a38e86
	allow -n to enable nroff under Win32
Packit a38e86
Packit a38e86
2.03 - Sun Apr 23 16:56:34 BST 2000
Packit a38e86
	Hugo van der Sanden <hv@crypt.org>
Packit a38e86
	don't die when 'use blib' fails
Packit a38e86
Packit a38e86
2.02 - Mon Mar 13 18:03:04 MST 2000
Packit a38e86
	Tom Christiansen <tchrist@perl.com>
Packit a38e86
	Added -U insecurity option
Packit a38e86
Packit a38e86
2.01 - Sat Mar 11 15:22:33 MST 2000
Packit a38e86
	Tom Christiansen <tchrist@perl.com>, querulously.
Packit a38e86
	Security and correctness patches.
Packit a38e86
	What a twisted bit of distasteful spaghetti code.
Packit a38e86
Packit a38e86
2.0 - ????
Packit a38e86
Packit a38e86
Packit a38e86
1.15 - Tue Aug 24 01:50:20 EST 1999
Packit a38e86
	Charles Wilson <cwilson@ece.gatech.edu>
Packit a38e86
	changed /pod/ directory to /pods/ for cygwin
Packit a38e86
	to support cygwin/win32
Packit a38e86
Packit a38e86
1.14 - Wed Jul 15 01:50:20 EST 1998
Packit a38e86
	Robin Barker <rmb1@cise.npl.co.uk>
Packit a38e86
	-strict, -w cleanups
Packit a38e86
Packit a38e86
1.13 - Fri Feb 27 16:20:50 EST 1997
Packit a38e86
	Gurusamy Sarathy <gsar@activestate.com>
Packit a38e86
	-doc tweaks for -F and -X options
Packit a38e86
Packit a38e86
1.12 - Sat Apr 12 22:41:09 EST 1997
Packit a38e86
	Gurusamy Sarathy <gsar@activestate.com>
Packit a38e86
	-various fixes for win32
Packit a38e86
Packit a38e86
1.11 - Tue Dec 26 09:54:33 EST 1995
Packit a38e86
	Kenneth Albanowski <kjahds@kjahds.com>
Packit a38e86
	-added Charles Bailey's further VMS patches, and -u switch
Packit a38e86
	-added -t switch, with pod2text support
Packit a38e86
Packit a38e86
1.10 - Thu Nov  9 07:23:47 EST 1995
Packit a38e86
	Kenneth Albanowski <kjahds@kjahds.com>
Packit a38e86
	-added VMS support
Packit a38e86
	-added better error recognition (on no found pages, just exit. On
Packit a38e86
	missing nroff/pod2man, just display raw pod.)
Packit a38e86
	-added recursive/case-insensitive matching (thanks, Andreas). This
Packit a38e86
	slows things down a bit, unfortunately. Give a precise name, and
Packit a38e86
	it'll run faster.
Packit a38e86
Packit a38e86
1.01 - Tue May 30 14:47:34 EDT 1995
Packit a38e86
	Andy Dougherty  <doughera@lafcol.lafayette.edu>
Packit a38e86
	-added pod documentation.
Packit a38e86
	-added PATH searching.
Packit a38e86
	-added searching pod/ subdirectory (mainly to pick up perlfunc.pod
Packit a38e86
	and friends.