This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Get t/uni/cache.t working under minitest
[perl5.git] / t / op / bless.t
2013-10-31 Father Chrysostomosbless.t: More explicit test
2013-09-09 Father ChrysostomosDon’t let reblessing point SvSTASH to a half-freed...
2013-08-11 Father ChrysostomosCall get-magic before rejecting non-refs in sv_bless
2013-08-11 Father ChrysostomosDon’t allow read-only COWs to be blessed
2013-06-08 Father Chrysostomos[perl #117941] Blessing into freed current stash
2011-04-07 Father Chrysostomos[perl #87388] bless[], "main::" crashes
2007-11-28 Nicholas ClarkFix bless/readonly failure spotted by Jerry Hedden.
2007-02-06 Rafael Garcia-SuarezAvoid obscure failures when a regexp hasn't matched
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.