fix a couple test failures on Win32
authorRafael Kitover <rkitover@cpan.org>
Tue, 19 Jul 2011 14:13:37 +0000 (10:13 -0400)
committerRafael Kitover <rkitover@cpan.org>
Tue, 19 Jul 2011 15:00:59 +0000 (11:00 -0400)
commit475713afff0a6e0518e0a2a514aab3b2804b95b8
treeeebe055ede45be9334cae54d8af5aacb603f540f
parent00819de0cb0c81bbadaed7a7312cc575efae1bb8
fix a couple test failures on Win32

Adds a skip_all to t/storage/global_destruction.t due to it causing a
segfault triggered by some sort of perl bug.

Adds a \Q...\E to t/94versioning.t in a warning regex as well as
changing a `perl -pi -e` to `perl -pi.bak -e` and removing an extraneous
semicolon for the test to pass.
t/94versioning.t
t/storage/global_destruction.t