On Tue, Mar 07, 2000 at 01:11:29PM -0500, Uri Guttman wrote: } >>>>> "s" == schinder <[EMAIL PROTECTED]> writes: } } s> qr is a 5.005 and later feature. There is no README and no } s> "require 5.005" in Makefile.PL. } } i will add a README file and a require 5.005 in the code. i didn't know } you could put in in Makefile.PL. is it obvious where to put it? i have } never hacked that file before. Anywhere near the beginning; it's just a perl script. All "require 5.005" does is print out an error message and die for a perl that doesn't meet the version requirement. Otherwise, it does nothing. } } expect a new release in a day or so. Thanks. } } uri } } -- } Uri Guttman --------- [EMAIL PROTECTED] ---------- http://www.sysarch.com } SYStems ARCHitecture, Software Engineering, Perl, Internet, UNIX Consulting } The Perl Books Page ----------- http://www.sysarch.com/cgi-bin/perl_books } The Best Search Engine on the Net ---------- http://www.northernlight.com } } -- Paul Schinder [EMAIL PROTECTED]
