0.12 Fri May 12 18:33:40 EDT 2006
- official release of the uplevel stack patch (fixes RT#13893)
- added Build.PL and switched to boilerplate generated Makefile.PL
- removed SIGNATURE due to recently discovered Module::Signature
issues with newline handling and sub-key compatible keyservers
- updated/added various meta files
0.11_01 Fri Apr 21 00:49:51 EDT 2006
- uplevel now keeps a proper stack of uplevel calls allowing
nesting of uplevel and non-uplevel calls
0.10 Thu Apr 20 19:15:20 EDT 2006
- Stopped warnings about "undefined" on Perl 5.8.8
- DAGOLDEN added as co-maintainer
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
Apparently run a function in a higher stack frame; like Tcl's
uplevel() function, but not quite so dangerous. The idea is just
to fool caller(). All the really naughty bits of Tcl's uplevel()
are avoided.