Proper skippage for sanity check in B::Deparse's core.t.
authorCraig A. Berry <craigberry@mac.com>
Sun, 21 Oct 2012 14:33:53 +0000 (09:33 -0500)
committerCraig A. Berry <craigberry@mac.com>
Sun, 21 Oct 2012 14:33:53 +0000 (09:33 -0500)
commit37fc255eccf5c09cc3b515968eece5a74f2260dc
treed6c835dcb9263247eb417a3f18599fa6b8f74850
parentfad493ef34530a95afba46f7b4f788dde6400695
Proper skippage for sanity check in B::Deparse's core.t.

The check was being skipped when PERL_CORE was not defined or if
running on VMS, but the test count was not being updated, so it
would be wrong and cause the test to fail in these cases.  So use
the standard skip facility to handle the skipping.  Plus the test
works fine on VMS so go ahead and run it there as well.
dist/B-Deparse/t/core.t