diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-04-21 09:20:56 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-04-21 09:20:56 +0000 |
commit | 8cb289bd08361a8bd4bed96b220c3e5ea828821b (patch) | |
tree | f1d0f18d727ce3d0edb927c4a0405fb13e0344f4 /t/op/sprintf.t | |
parent | c94dd5be9196e7fc999830ac8069b03bb8f510be (diff) | |
download | perl-8cb289bd08361a8bd4bed96b220c3e5ea828821b.tar.gz |
Upgrade to version-0.7203.
Plus a change in Module::Build::Version, specific to bleadperl.
p4raw-id: //depot/perl@31005
Diffstat (limited to 't/op/sprintf.t')
-rwxr-xr-x | t/op/sprintf.t | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/t/op/sprintf.t b/t/op/sprintf.t index 2b9c7bc153..c220946745 100755 --- a/t/op/sprintf.t +++ b/t/op/sprintf.t @@ -306,11 +306,11 @@ __END__ >%vd< >"\01\02\03"< >1.2.3< >%vd< >v1.2.3< >1.2.3< >%vd< >[version::qv("1.2.3")]< >1.2.3< ->%vd< >[version->new("1.2")]< >1.200< ->%vd< >[version->new("1.02")]< >1.20< +>%vd< >[version->new("1.2")]< >1.2< +>%vd< >[version->new("1.02")]< >1.2< >%vd< >[version->new("1.002")]< >1.2< ->%vd< >[version->new("1048576.5")]< >1048576.500< ->%vd< >[version->new("50")]< >50.0< +>%vd< >[version->new("1048576.5")]< >1048576.5< +>%vd< >[version->new("50")]< >50< >%v.3d< >"\01\02\03"< >001.002.003< >%0v3d< >"\01\02\03"< >001.002.003< >%v.3d< >[version::qv("1.2.3")]< >001.002.003< |