This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26ade5d
)
Locale-Maketext: Swap out base for parent (bowtie)
author
kevin dawson
<bowtie@cpan.org>
Wed, 21 Aug 2013 12:23:59 +0000
(13:23 +0100)
committer
James E Keenan
<jkeenan@cpan.org>
Thu, 22 Aug 2013 02:01:31 +0000
(
04:01
+0200)
For: RT #119403
dist/Locale-Maketext/t/30_eval_dollar_at.t
patch
|
blob
|
blame
|
history
diff --git
a/dist/Locale-Maketext/t/30_eval_dollar_at.t
b/dist/Locale-Maketext/t/30_eval_dollar_at.t
index
33581b3
..
febc2f1
100644
(file)
--- a/
dist/Locale-Maketext/t/30_eval_dollar_at.t
+++ b/
dist/Locale-Maketext/t/30_eval_dollar_at.t
@@
-3,12
+3,12
@@
use warnings;
{
package TEST;
- use
base 'Locale::Maketext'
;
+ use
parent qw(Locale::Maketext)
;
}
{
package TEST::en;
- use
base 'TEST'
;
+ use
parent -norequire, qw(TEST)
;
our %Lexicon = (
_AUTO => 1,
);