2005-Nov-16 13:08 |
1.7
|
Check-in
[5297]:
o add folding loop detection to "string" method
o use anonymous names already in "new" method
o don't follow diversions on "folding" method to
allow one to divert back to upper objects, too.
o document that "folding" method returns all
foldings if no name or object is specified.
o change sample2.pl to show the usual "head" diversion
once one is already diverted in "body". By rse.
(diff)
|
2005-Feb-22 14:21 |
1.6
|
Check-in
[5035]:
o add "copy constructor" in overloaded API plus a copying() method
for selecting what to do in the "copy constructor": passing
the object as is or cloning via clone() method.
o add clone() method for recursively cloning object
o replace "die" with Carp's "croak" for better error messages By rse.
(diff)
|
2005-Feb-22 12:04 |
1.5
|
Check-in
[5034]:
say hello to 2005 here, to By rse.
(diff)
|
2004-Nov-03 09:11 |
1.4
|
Check-in
[4812]:
include year 2004 in Copyright By rse.
(diff)
|
2003-Sep-22 14:58 |
1.3
|
Check-in
[3624]:
fix obj->folder(format, pattern) implementation By rse.
(diff)
|
2003-May-23 13:09 |
1.2
|
Check-in
[3376]:
o direct MakeMaker to not install sample[12].pl
o cleanup naming of module, etc.
o remove trailing whitespaces from codes
o cleanup and extend documentation By rse.
(diff)
|
2003-May-22 20:56 |
1.1
|
Check-in
[3374]:
finally add this little nasty beast to CVS By rse.
|