File: 04_noplugin.t

package info (click to toggle)
libdevel-patchperl-perl 2.08-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 748 kB
  • sloc: perl: 7,948; ansic: 46; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 272 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
use strict;
use warnings;
use lib 't/lib';
BEGIN {
  $ENV{PERL5_PATCHPERL_PLUGIN} = 'BOLLUCKS';
}
use Test::More qq'no_plan';
use File::Spec;
use Devel::PatchPerl;
my $result = Devel::PatchPerl::_process_plugin(version => '5.14.2');
ok( !$result, 'The result was okay' );