App-perlimports

 view release on metacpan or  search on metacpan

test-data/with-version.pl  view on Meta::CPAN

use strict;
use warnings;

use Cpanel::JSON::XS 4.19 qw( encode_json );
use Getopt::Long 2.40 qw();
use LWP::UserAgent 5.00;
use Test::Script 1.27 qw(
    script_compiles
    script_runs
    script_stderr_is
    script_stderr_like
);

my $foo = decode_json( { foo => 'bar' } );
my @foo = GetOptions();

script_compiles();
script_runs();
script_stderr_is();
script_stderr_like();



( run in 0.845 second using v1.01-cache-2.11-cpan-d8267643d1d )