[comp.lang.perl] bug in require

jv@mh.nl (Johan Vromans) (09/12/90)

Perl 3.0 pl 28 on VAX/Ultrix3.1 [gcc-compiled]:

require does not generate an error if the require-d file contains
errors, or returns a non-true result. 

	Johan
-- 
Johan Vromans				       jv@mh.nl via internet backbones
Multihouse Automatisering bv		       uucp: ..!{uunet,hp4nl}!mh.nl!jv
Doesburgweg 7, 2803 PL Gouda, The Netherlands  phone/fax: +31 1820 62911/62500
------------------------ "Arms are made for hugging" -------------------------

lwall@jpl-devvax.JPL.NASA.GOV (Larry Wall) (09/13/90)

In article <1990Sep12.145947.2641@squirrel.mh.nl> Johan Vromans <jv@mh.nl> writes:
: require does not generate an error if the require-d file contains
: errors, or returns a non-true result. 

Fixed.  Thanks.

Larry