Result:
found more than 244 distributions - search limited to the first 2001 files matching your query
( run in 0.262 )
MooX-Async-Console
view release on metacpan or search on metacpan
docs/Three.pm view on Meta::CPAN
package Three;
use Modern::Perl '2017';
use strictures 2;
use Moo;
use Exporter ();
use Guard qw(scope_guard);
view all matches for this distribution
MooX-CalcTime
view release on metacpan or search on metacpan
lib/MooX/CalcTime.pm view on Meta::CPAN
package MooX::CalcTime;
use Modern::Perl;
use Moo;
with 'MooX::CalcTime::Role';
our $VERSION = '0.0.8'; # VERSION
view all matches for this distribution
MooX-Object-Pluggable
view release on metacpan or search on metacpan
lib/MooX/Object/Pluggable.pm view on Meta::CPAN
package MooX::Object::Pluggable;
use Moo::Role;
use Modern::Perl;
use Scalar::Util 'refaddr';
require Module::Pluggable::Object;
use namespace::clean;
our $VERSION = '0.0.5'; # VERSION
view all matches for this distribution
MooX-Params-CompiledValidators
view release on metacpan or search on metacpan
t/Test/abeltje.pm view on Meta::CPAN
abeltje_done_testing();
=head1 DESCRIPTION
Mostly nicked from other modules (like L<Modern::Perl>)...
This gives you L<Test::More>, L<Test::Fatal>, L<Test::Warnings> and also imports
for you: L<strict>, L<warnings>, the L<feature> with the C<:5.10> tag and L<lib>
with the C<t/lib> path.
view all matches for this distribution( run in 0.262 second using v1.01-cache-2.11-cpan-a5abf4f5562 )