File: pp01_refs.t

package info (click to toggle)
libdata-util-perl 0.66-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 564 kB
  • ctags: 164
  • sloc: perl: 2,958; ansic: 416; makefile: 8
file content (10 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (46)
1
2
3
4
5
6
7
8
9
10
#!perl -w

use strict;


$Data::Util::TESTING_PERL_ONLY = $Data::Util::TESTING_PERL_ONLY = 1;
my $file = $0;
$file =~ s/pp//;
do "./$file";
die $@ if $@;