diff options
author | Geoffrey T. Dairiki <dairiki at dairiki.org> | 2009-08-04 17:54:34 -0700 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-10-12 13:04:08 -0400 |
commit | c989e6a3e4b89b26d315693449c76cdcb754611f (patch) | |
tree | 4b8dcd0906c356678b4f9e22aec507e23c63d46c /MANIFEST | |
parent | 3a2461997c4ea41f425afe2d21ff1e63cbd07365 (diff) | |
download | perl-c989e6a3e4b89b26d315693449c76cdcb754611f.tar.gz |
overload no longer implicitly unsets fallback on repeated 'use overload' lines - Fix for RT#68916
Subject: overload::import resets the setting of 'fallback'
Date: Tue, 04 Aug 2009 17:54:34 -0700
From: "Geoffrey T. Dairiki" <dairiki at dairiki.org>
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4224,6 +4224,7 @@ t/lib/locale/utf8 Part of locale.t in UTF8 t/lib/mypragma.pm An example user pragma t/lib/mypragma.t Test the example user pragma t/lib/no_load.t Test that some modules don't load others +t/lib/overload_fallback.t Test that using overload 2x in a scope doesn't clobber fallback t/lib/proxy_constant_subs.t Test that Proxy Constant Subs behave correctly t/lib/Sans_mypragma.pm Test module for t/lib/mypragma.t t/lib/strict/refs Tests of "use strict 'refs'" for strict.t |