File: perl.pod

package info (click to toggle)
libfile-next-perl 1.18-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 260 kB
  • sloc: perl: 996; ansic: 21; makefile: 3; javascript: 2
file content (11 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (88)
1
2
3
4
5
6
7
8
9
10
11
#!perl -T

use warnings;
use strict;
use Test::More tests => 1;

BEGIN {
    use_ok( 'App::Ack' );
}

diag( "Testing App::Ack $App::Ack::VERSION, Perl $], $^X" );