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