Revision history for CIAO-Lib-Param
0.09 2023-08-20 16:30:09-04:00 America/New_York
[BUILD]
* use Dist::Zilla
* use Alien::CXC::param to access the cxcparam library
[TEST]
* switch to Test2::V0
0.08 2008-02-09T17:39:48-05:00
- handle parameter values greater than SZ_PFLINE in length
0.07 2007-06-07T15:48:13-04:00
- tweak to Solaris -R ld flag kludge
0.06 2006-09-19T11:54:06-04:00
- minor cleanups
- fix compilation on systems that don't have ncurses
- redhat systems have non-standard ExtUtils::MakeMaker setup;
workaround it
0.05 2005-06-20T20:54:46+00:00
- level 0 errors to paramerr are non-fatal but were being
treated as fatal. they are now printed to stderr as
cxcparam uses them only in areas where a terminal is assumed
to be present. kludgy, but it works for now.
0.04 2005-06-15T21:29:17+00:00
- one more try to get the set() method to properly distinguish
Perl booleans from strings so that boolean strings ('yes',
'no') are passed through while Perl booleans are converted
to strings.
- added pquery() class method
0.03 2005-06-14T15:51:27+00:00
- set() now automatically converts from Perl booleans to the
string form required by cxcparam.
- the internal mechanism used to report errors was rewritten;
it was too complicated and caused problems when a Param object
was destroyed during the cleanup phase.
0.02 2005-06-10T18:33:44+00:00
- can now pass extra arguments to pget, as in new.
- passing of extra arguments to paramopen was done incorrectly,
leading to segv's
- now supports paramopen's two methods of supplying a
parameter file name.
0.01 2005-04-08T11:00:15-04:00
- original version; created by h2xs 1.23 with options
-O -n CIAO::Lib::Param -x --omit-constant -A parameter_perl.h