projects
/
perl
/
modules
/
CPANPLUS-Dist-Gentoo.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
398d2dd
)
Convert one missing qw<>
author
Vincent Pit <vince@profvince.com>
Sat, 24 Aug 2013 21:32:49 +0000 (18:32 -0300)
committer
Vincent Pit <vince@profvince.com>
Sat, 24 Aug 2013 21:32:49 +0000 (18:32 -0300)
t/20-version.t
patch
|
blob
|
history
diff --git
a/t/20-version.t
b/t/20-version.t
index 24a8fad6d139b9a7c873e39ebf25f2674a813ffb..1d1e4c221ccad3ff85f4021299add701e7db112b 100644
(file)
--- a/
t/20-version.t
+++ b/
t/20-version.t
@@
-65,7
+65,7
@@
my @tests = (
[ "1.0_${_}1", "1.0_${_}2" => -1 ],
[ "1.0a_${_}1", "1.0_${_}2" => 1 ],
[ "1.1_${_}1", "1.0_${_}2" => 1 ],
- } qw
(alpha beta pre rc)
),
+ } qw
<alpha beta pre rc>
),
[ '1.0', '1.0_p0' => -1 ],
[ '1.0', '1.0_p1' => -1 ],