projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
06fdbb0
)
Convert to use of t/test.pl
author
James E Keenan <jkeenan@cpan.org>
Wed, 23 Jan 2013 03:25:04 +0000 (22:25 -0500)
committer
James E Keenan <jkeenan@cpan.org>
Wed, 23 Jan 2013 03:25:04 +0000 (22:25 -0500)
Patch supplied by Marcel Gruenauer.
For: RT #116511
t/porting/maintainers.t
patch
|
blob
|
blame
|
history
diff --git
a/t/porting/maintainers.t
b/t/porting/maintainers.t
index
f5edaa8
..
3744081
100644
(file)
--- a/
t/porting/maintainers.t
+++ b/
t/porting/maintainers.t
@@
-11,6
+11,7
@@
BEGIN {
chdir '..' unless -d 't';
@INC = qw(lib Porting);
+ require './t/test.pl';
}
use strict;
@@
-18,8
+19,7
@@
use warnings;
use Maintainers qw(show_results process_options finish_tap_output);
if ($^O eq 'VMS') {
- print "1..0 # Skip: home-grown glob doesn't handle fancy patterns\n";
- exit 0;
+ skip_all "home-grown glob doesn't handle fancy patterns";
}
{