This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Localising hash slices with UTF-8 encoded keys was also buggy.
[perl5.git] / t / op / bless.t
2005-07-02 Nicholas ClarkConvert bless.t to test.pl
2000-10-20 Charles BaileySYN SYN
2000-08-29 Mike GuyUse minimal @INC in tests, most of the time just '...
2000-08-08 Hugo van der SandenAugment #6539 a bit: don't croak if there's magic in...
2000-08-07 Jarkko HietaniemiMake the test -w clean.
2000-08-07 Jarkko Hietaniemiuse warnings instead of $^W.
2000-08-07 Jarkko HietaniemiDisable a portability warning Because We Know What...
2000-08-07 Hugo van der SandenMake bless(REF, REF) a fatal error, add bless tests.