The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
2002-11-26   Darren Duncan <perl@DarrenDuncan.net>

	* Release 1.01.
	
	* Minor bug fix release to remove any 'uninitialized value' warnings that 
	appear when running the test suite with the -w option (but the module had 
	correct output before).  Thanks to Baldvin Kovacs <baldvin@fazekas.hu> for 
	alerting me to the problem (and offering a patch to fix it).
	
	* Minor documentation update in the README file so that someone can get an 
	idea what this module does after looking only at the README.  This patch was 
	provided by Baldvin Kovacs.

2001-05-28   Darren Duncan <perl@DarrenDuncan.net>

	* Release 1.0001.
	
	* This release fixes minor documentation bugs - mostly in the Synopsis 
	section and the ReadMe file.  Nothing was wrong with the code.

2001-04-15   Darren Duncan <perl@DarrenDuncan.net>

	* Release 1.0.
	
	* This release is the first one following official registrations with 
	"The Perl 5 Module List".  The updated entry would look like this:

File::
::VirtualPath     RdpO Portable abstraction of a file/dir/url path  DUNCAND
	
	* This release contains my "File::VirtualPath" module, which was previously a 
	part of the following distributions under the temporary names of 
	"CGI::WPM::Globals" (split off of) and "CGI::WPM::FileVirtualPath": 
		- "libdwg": v1.0 r2000-07-23, v1.11 r2000-08-23
		- "CGI-WebsiteGenerator": v0.3 r2000-09-04, v0.34 r2001-03-18
		- "CGI-WebsiteGenerator": v0.35 r2001-04-06, v0.36 r2001-04-10
		- "duncand-prerelease": v0.37 r2001-04-12
	
	* This module requires Perl version 5.004.
	
	* This release comes with the CPAN standard files "Makefile.PL", "test.pl", 
	and "MANIFEST", which were all created since the previous release.
	
	* A minor code change was made to the chdir() method telling it to 
	explicitely return the value of its last operation, even though Perl would 
	have done it implicitely; this makes it more readable.
	
2001-04-12   Darren Duncan <perl@DarrenDuncan.net>

	* duncand-prerelease 0.37, the last version of any distribution to include
	CGI::WPM::FileVirtualPath, was released.
	
2001-04-06   Darren Duncan <perl@DarrenDuncan.net>

	* CGI::WebsiteGenerator 0.35, the first version of any distribution to 
	include CGI::WPM::FileVirtualPath, was released.  It was split off of 
	CGI::WPM::Globals.
	
2000-07-23   Darren Duncan <perl@DarrenDuncan.net>

	* libdwg 1.0, the first version of any distribution to include
	CGI::WPM::Globals, was released on CPAN.
	
2000-05-15   Darren Duncan <perl@DarrenDuncan.net>

	* Completed primary development on this module.

2000-03-07   Darren Duncan <perl@DarrenDuncan.net>

	* Began development on the final version of this module.
	
	* Module based on a template created by h2xs 1.18.

1999-07 thru 1999-12

	* Worked on second prototype of code that ended up in this module.

1999-02 thru 1999-05

	* Worked on first prototype of code that ended up in this module.