diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-01-18 10:01:32 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-01-18 10:01:32 +0000 |
commit | b2756f47a8c1739a3dd18f7d941a489e6957a288 (patch) | |
tree | 78e5d54f92cefcdc13035cbe7e2d0793c1bacc67 /MANIFEST | |
parent | 54fcd2cd405902c42b2f46e5110b540f83c77028 (diff) | |
download | perl-b2756f47a8c1739a3dd18f7d941a489e6957a288.tar.gz |
Move packagev.t from t/comp to t/op, as it fouls the test bootstrapping policy.
The package VERSION syntax isn't strictly an op, but it needs to use several
features that aren't yet tested at the time that tests in t/comp are run.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4197,7 +4197,6 @@ t/comp/multiline.t See if multiline strings work t/comp/opsubs.t See if q() etc. are not parsed as functions t/comp/our.t Tests for our declaration t/comp/package.t See if packages work -t/comp/packagev.t See if package VERSION work t/comp/parser.t See if the parser works in edge cases t/comp/proto.t See if function prototypes work t/comp/redef.t See if we get correct warnings on redefined subs @@ -4438,6 +4437,7 @@ t/op/ord.t See if ord works t/op/or.t See if || works in weird situations t/op/overload_integer.t See if overload::constant for integer works after "use". t/op/override.t See if operator overriding works +t/op/packagev.t See if package VERSION work t/op/pack.t See if pack and unpack work t/op/pos.t See if pos works t/op/pow.t See if ** works |