Re: [ANNOUNCE] Module::Info 0.07

2001-12-11 Thread Michael G Schwern
On Tue, Dec 11, 2001 at 09:56:43AM +, Richard Clamp wrote: > On Mon, Dec 10, 2001 at 12:02:14PM -0500, Michael G Schwern wrote: > > New version of Module::Info. I figured out how to implement > > subroutines(). This uses the backend compiler and isn't subject to > > the caveats of a regex ba

Re: [ANNOUNCE] Module::Info 0.07

2001-12-11 Thread Richard Clamp
On Mon, Dec 10, 2001 at 12:02:14PM -0500, Michael G Schwern wrote: > New version of Module::Info. I figured out how to implement > subroutines(). This uses the backend compiler and isn't subject to > the caveats of a regex based one. If there's a subroutine defined > when the module loads, it'l

[ANNOUNCE] Module::Info 0.07

2001-12-10 Thread Michael G Schwern
http://www.pobox.com/~schwern/src/Module-Info-0.07.tar.gz New version of Module::Info. I figured out how to implement subroutines(). This uses the backend compiler and isn't subject to the caveats of a regex based one. If there's a subroutine defined when the module loads, it'll find it. In o