Update of /cvsroot/mon/monperl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19713
Modified Files:
Tag: monperl-1-0-0pre1
CHANGES Makefile.PL
Removed Files:
Tag: monperl-1-0-0pre1
monperl.prj
Log Message:
updated version to 1.0000
--- monperl.prj DELETED ---
Index: CHANGES
===================================================================
RCS file: /cvsroot/mon/monperl/CHANGES,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1
*** CHANGES 14 Jun 2004 12:51:05 -0000 1.1.1.1
--- CHANGES 18 Jun 2004 13:43:40 -0000 1.1.1.1.2.1
***************
*** 4,7 ****
--- 4,16 ----
CHANGELOG
+ Differences between 0.9901 and 1.0000:
+ Fri Jun 18 09:38:01 EDT 2004
+ --------------------------------------
+
+ -slight change in _esc_str and _un_esc_str to allow opstatus to
+ be handled by split on whitespace instead of requiring Text::Parsewords,
+ which has in the past shown to be buggy.
+
+
Differences between Mon-0.11 and 0.9901:
Fri Apr 5 12:17:49 EST 2002
Index: Makefile.PL
===================================================================
RCS file: /cvsroot/mon/monperl/Makefile.PL,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1
*** Makefile.PL 14 Jun 2004 12:51:05 -0000 1.1.1.1
--- Makefile.PL 18 Jun 2004 13:43:45 -0000 1.1.1.1.2.1
***************
*** 7,10 ****
WriteMakefile(
'NAME' => 'Mon',
! 'VERSION' => "0.9903",
);
--- 7,16 ----
WriteMakefile(
'NAME' => 'Mon',
! 'VERSION' => "1.0000",
);
+
+ # version 1.0000 == 1.0.0
+ # ^^^^
+ # | |
+ # | 3rd digit in 1.0.x
+ # 2nd digit in 1.x.0
|