NAME
App::Midgen::Roles::Eval - used by App::Midgen
VERSION
This document describes App::Midgen::Roles version: 0.34
METHODS
xtests_eval
Checking for the following, extracting module name and version string.
eval {use Test::Kwalitee::Extra 0.000007}; eval {use Moo 1.002; 1;}; eval { no Moose; 1; }; eval { require Moose }; my $HAVE_MOOSE = eval { require Moose; 1; }; try { no Moose; 1; }; try { require Moose }; my $HAVE_MOOSE = try { require Moose; 1; }; eval {require PAR::Dist; PAR::Dist->VERSION(0.17)}
SEE ALSO
AUTHOR
See App::Midgen
CONTRIBUTORS
See App::Midgen
COPYRIGHT
See App::Midgen
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.