12003-03-16   Darren Duncan <perl@DarrenDuncan.net>
2
3	* Release 1.011.
4
5	* This is a small maintenance release that is mainly for improving
6	documentation.  Similar maintenance releases are being done with all of my
7	distributions simultaneously.  A lot of it was formatting issues that were
8	easy to miss before; the other bullet points below list the non-formatting
9	issues.  These files had formatting fixes: VirtualPath.pm, ChangeLog.
10
11	* The distribution file layouts have also been standardized, with modules
12	going in a "lib" folder and tests going in a "t" folder.  "test.pl" was
13	changed to "t/File-VirtualPath.t" and "VirtualPath.pm" was changed
14	to "lib/File/VirtualPath.pm".
15
16	* Updated NAME in VirtualPath.pm to match the official registered module
17	list.
18
19	* Updated all Copyright statements to a better (and longer) version, which
20	is dated 1999-2003.  Your rights to use these modules haven't changed, but
21	they may now be easier to understand.  These statements appear once in the
22	ReadMe file at the bottom (under "AUTHOR"), and twice in each module (.pm
23	file), a full version at the bottom (under "AUTHOR") and a shorter version
24	at the top (in code comments).
25
26	* Added the "use warnings" pragma at the top of all files beside "use
27	strict"; every occurance of "use strict" gained a "use warnings" whether it
28	was in the module proper or in its test script or in its SYNOPSIS.  This
29	should save users from having to put -w on the command line for them.
30
31	* Incremented the module $VERSION number by 0.001, and all test scripts to
32	require the new version.  Also, where any of my modules use others of my
33	modules, they now require the latest version as of this writing, for
34	simplicity of maintenance.
35
36	* Updated all test scripts to read $verbose from @ARGV (command line
37	arguments), and other test script improvements.
38
39	* Updated these sections of the ReadMe file: INSTALLATION.
40
412002-11-26   Darren Duncan <perl@DarrenDuncan.net>
42
43	* Release 1.01.
44
45	* Minor bug fix release to remove any 'uninitialized value' warnings that 
46	appear when running the test suite with the -w option (but the module had 
47	correct output before).  Thanks to Baldvin Kovacs <baldvin@fazekas.hu> for 
48	alerting me to the problem (and offering a patch to fix it).
49
50	* Minor documentation update in the README file so that someone can get an 
51	idea what this module does after looking only at the README.  This patch was 
52	provided by Baldvin Kovacs.
53
542001-05-28   Darren Duncan <perl@DarrenDuncan.net>
55
56	* Release 1.0001.
57
58	* This release fixes minor documentation bugs - mostly in the Synopsis 
59	section and the ReadMe file.  Nothing was wrong with the code.
60
612001-04-15   Darren Duncan <perl@DarrenDuncan.net>
62
63	* Release 1.0.
64
65	* This release is the first one following official registrations with 
66	"The Perl 5 Module List".  The updated entry would look like this:
67
68File::
69::VirtualPath     RdpO Portable abstraction of a file/dir/url path  DUNCAND
70
71	* This release contains my "File::VirtualPath" module, which was previously a 
72	part of the following distributions under the temporary names of 
73	"CGI::WPM::Globals" (split off of) and "CGI::WPM::FileVirtualPath": 
74		- "libdwg": v1.0 r2000-07-23, v1.11 r2000-08-23
75		- "CGI-WebsiteGenerator": v0.3 r2000-09-04, v0.34 r2001-03-18
76		- "CGI-WebsiteGenerator": v0.35 r2001-04-06, v0.36 r2001-04-10
77		- "duncand-prerelease": v0.37 r2001-04-12
78
79	* This module requires Perl version 5.004.
80
81	* This release comes with the CPAN standard files "Makefile.PL", "test.pl", 
82	and "MANIFEST", which were all created since the previous release.
83
84	* A minor code change was made to the chdir() method telling it to 
85	explicitely return the value of its last operation, even though Perl would 
86	have done it implicitely; this makes it more readable.
87
882001-04-12   Darren Duncan <perl@DarrenDuncan.net>
89
90	* duncand-prerelease 0.37, the last version of any distribution to include
91	CGI::WPM::FileVirtualPath, was released.
92
932001-04-06   Darren Duncan <perl@DarrenDuncan.net>
94
95	* CGI::WebsiteGenerator 0.35, the first version of any distribution to 
96	include CGI::WPM::FileVirtualPath, was released.  It was split off of 
97	CGI::WPM::Globals.
98
992000-07-23   Darren Duncan <perl@DarrenDuncan.net>
100
101	* libdwg 1.0, the first version of any distribution to include
102	CGI::WPM::Globals, was released on CPAN.
103
1042000-05-15   Darren Duncan <perl@DarrenDuncan.net>
105
106	* Completed primary development on this module.
107
1082000-03-07   Darren Duncan <perl@DarrenDuncan.net>
109
110	* Began development on the final version of this module.
111
112	* Module based on a template created by h2xs 1.18.
113
1141999-07 thru 1999-12
115
116	* Worked on second prototype of code that ended up in this module.
117
1181999-02 thru 1999-05
119
120	* Worked on first prototype of code that ended up in this module.
121