App-AppSpec
view release on metacpan or search on metacpan
bin/appspec view on Meta::CPAN
#!perl
# ABSTRACT: Various utilities for App::Spec files
# vim:et:sts=4:sws=4:sw=4
use strict;
use warnings;
use 5.010;
use Data::Dumper;
our $VERSION = '0.006'; # VERSION
use App::Spec;
use App::AppSpec;
use App::AppSpec::Spec qw/ $SPEC /;
my $spec = App::Spec->read($SPEC);
my $run = $spec->runner;
$run->run;
( run in 0.881 second using v1.01-cache-2.11-cpan-39bf76dae61 )