File: pp22_install2.t

package info (click to toggle)
libdata-util-perl 0.59-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 620 kB
  • sloc: perl: 4,786; ansic: 468; makefile: 7
file content (10 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (69)
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 $@;