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
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
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
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
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
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
view release on metacpan or search on metacpan
Revision history for Perl extension MooseX-App-Role-Log4perl
0.03 2014-06-02T16:38:42Z
- Removed the Modern::Perl requirement
0.02 2014-05-30T17:28:56Z
- original version
view all matches for this distribution
view release on metacpan or search on metacpan
* Fix for RT id 85348 (Tests fail on system using perl other than /usr/bin/perl)
Integrates patch from ilmari+cpan@ilmari.org.
* Documentation on sharing getopt_usage_config. Thanks to Wayne Marquette.
* Remove warnings about experimental features (given/when) on perl 5.18 and
above.
* Remove dep on Modern::Perl
* Rename test exes to *.pl for windows compat.
0.12 21st June 2013
view all matches for this distribution
view release on metacpan or search on metacpan
* and fixed some of the problems making it not index on CPAN.
v0.007_003 2013-07-30 15:09:14 America/Los_Angeles
* Added the DCI programming concept as an improved explanation
and removed the use Modern::Perl requirement
v0.005_003 2012-12-31 13:29:19 America/Los_Angeles
* Another minor documentation update
view all matches for this distribution
view release on metacpan or search on metacpan
lib/MooseX/Types/XML/LibXML.pm view on Meta::CPAN
#pod =back
#pod
#pod =cut
use utf8;
use Modern::Perl;
our $VERSION = '0.004'; # VERSION
use English '-no_match_vars';
use MooseX::Types -declare => [qw(Document XMLNamespaceMap XPathExpression)];
use MooseX::Types::Moose qw(HashRef Str);
view all matches for this distribution
view release on metacpan or search on metacpan
lib/MooseX/Unique.pm view on Meta::CPAN
isa => 'Int'
);
package main;
use Modern::Perl;
my $objecta = MyApp->new_or_matching(identity => 'Mine');
my $objectb = MyApp->new_or_matching(identity => 'Mine');
view all matches for this distribution
view release on metacpan or search on metacpan
"File::Find::Rule" : "0",
"File::ShareDir" : "0",
"File::Spec" : "0",
"Hash::Merge" : "0",
"List::Util" : "0",
"Modern::Perl" : "0",
"Module::Info" : "0",
"Moose" : "2.000",
"Moose::Meta::Class" : "0",
"Moose::Meta::Role" : "0",
"Moose::Util::TypeConstraints" : "0",
view all matches for this distribution
view release on metacpan or search on metacpan
bin/mysql-orm.pl view on Meta::CPAN
# vim: tabstop=4 expandtab
###### PACKAGES ######
use Modern::Perl;
use Data::Printer alias => 'pdump';
use File::Basename;
use Getopt::Long;
Getopt::Long::Configure('no_ignore_case');
use DBI;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/MySQL/RunSQL.pm view on Meta::CPAN
=cut
use v5.10;
use warnings;
use Modern::Perl;
use DBI;
use Params::Validate;
use Excel::Writer::XLSX;
use Env qw/HOME/;
use vars qw($VERSION @ISA);
view all matches for this distribution
view release on metacpan or search on metacpan
lib/MySQL/Util/CLI.pm view on Meta::CPAN
version 0.002
=cut
use Modern::Perl;
use Moose;
use namespace::autoclean;
use Kavorka '-all';
use MySQL::Util;
use Carp;
view all matches for this distribution
view release on metacpan or search on metacpan
bin/myutil_dump_columns.pl view on Meta::CPAN
use Getopt::Long;
Getopt::Long::Configure('no_ignore_case');
use MySQL::Util;
use Data::Printer alias => 'pdump';
use Modern::Perl;
###### CONSTANTS ######
###### GLOBAL VARIABLES ######
view all matches for this distribution