This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #113486] pp_ctl.c: Don’t assume CopSTASH is a hash
[perl5.git] / t / porting / cmp_version.t
1 #!./perl -w
2
3 # Original by slaven@rezic.de, modified by jhi and matt.w.johnson@gmail.com
4 #
5 # Adapted from Porting/cmpVERSION.pl by Abigail
6 # Changes folded back into that by Nicholas
7
8 BEGIN {
9     @INC = '..' if -f '../TestInit.pm';
10 }
11 use TestInit qw(T A); # T is chdir to the top level, A makes paths absolute
12 use strict;
13
14 require 't/test.pl';
15 find_git_or_skip('all');
16
17 system "$^X Porting/cmpVERSION.pl --exclude --tap";