summaryrefslogtreecommitdiff
path: root/t/op/bless.t
Commit message (Collapse)AuthorAgeFilesLines
* Use minimal @INC in tests, most of the time just '../lib',Mike Guy2000-08-291-1/+1
| | | | | | | | so that we simply can't pick up stuff from other Perls than the one we are testing. Pointed out by Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk> p4raw-id: //depot/perl@6874
* Augment #6539 a bit: don't croak if there's magic in the air.Hugo van der Sanden2000-08-081-4/+14
| | | | | | Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk> p4raw-id: //depot/perl@6545
* Make the test -w clean.Jarkko Hietaniemi2000-08-071-3/+3
| | | p4raw-id: //depot/perl@6544
* use warnings instead of $^W.Jarkko Hietaniemi2000-08-071-1/+1
| | | p4raw-id: //depot/perl@6543
* Disable a portability warning Because We Know What We Are Doing.Jarkko Hietaniemi2000-08-071-1/+2
| | | p4raw-id: //depot/perl@6542
* Make bless(REF, REF) a fatal error, add bless tests.Hugo van der Sanden2000-08-071-0/+116
Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk> p4raw-id: //depot/perl@6539