File: SMOKE

package info (click to toggle)
libapache2-authcookie-perl 3.22-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 400 kB
  • ctags: 99
  • sloc: perl: 1,130; makefile: 23
file content (25 lines) | stat: -rwxr-xr-x 1,175 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/Users/mschout/perl5/perlbrew/perls/perl-5.16.3-apache-2.4/bin/perl
    eval 'exec /Users/mschout/perl5/perlbrew/perls/perl-5.16.3-apache-2.4/bin/perl -S $0 ${1+"$@"}'
        if $running_under_some_shell;
# WARNING: this file is generated, do not edit
# generated on Mon Aug  5 15:10:37 2013
# 01: /Users/mschout/perl5/perlbrew/perls/perl-5.16.3-apache-2.4/lib/site_perl/5.16.3/darwin-thread-multi-2level/Apache/TestConfig.pm:961
# 02: /Users/mschout/perl5/perlbrew/perls/perl-5.16.3-apache-2.4/lib/site_perl/5.16.3/darwin-thread-multi-2level/Apache/TestConfig.pm:1051
# 03: /Users/mschout/perl5/perlbrew/perls/perl-5.16.3-apache-2.4/lib/site_perl/5.16.3/darwin-thread-multi-2level/Apache/TestSmoke.pm:775
# 04: /Users/mschout/perl5/perlbrew/perls/perl-5.16.3-apache-2.4/lib/site_perl/5.16.3/darwin-thread-multi-2level/Apache/TestMM.pm:143
# 05: Makefile.PL:50
# 06: Makefile.PL:8

BEGIN { eval { require blib && blib->import; } }

use strict;
use warnings FATAL => 'all';

use lib qw(
    /Users/mschout/Dropbox/git/apache-authcookie/../Apache-Test/lib
    /Users/mschout/Dropbox/git/apache-authcookie/t/lib
);


use Apache::TestSmoke;
Apache::TestSmoke->new(@ARGV)->run;