This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Break out the test for #27839 into a new test file.
authorNicholas Clark <nick@ccl4.org>
Mon, 21 Feb 2011 16:38:44 +0000 (16:38 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 21 Feb 2011 16:38:44 +0000 (16:38 +0000)
commitc4a9334d2d9cc374d75c8b8254d4703b6983749f
tree28008ef26016b43764bef31b8d61a288e1c86046
parente77ae8257b459e28dc9dc5b904c37c9a7ae3f1fb
Break out the test for #27839 into a new test file.

Skip the new t/op/magic-27839.t under minitest, as it mentions %+, which causes
the parser to attempt to load Tie::Hash::NamedCapture at *compile* time, which
causes miniperl to abort, as it doesn't support dynamic linking.
MANIFEST
t/op/magic-27839.t [new file with mode: 0644]
t/op/magic.t