Result:
found more than 242 distributions - search limited to the first 2001 files matching your query ( run in 0.820 )


Data-PaginatedTable

 view release on metacpan or  search on metacpan

lib/Data/PaginatedTable.pm  view on Meta::CPAN

use 5.18.2;
use Modern::Perl;
use Moops;

class Data::PaginatedTable 1.0.0 {
    use Types::XSD::Lite qw( PositiveInteger );
    use Text::Table;

 view all matches for this distribution


Data-Printer-Theme-Zellner

 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


Data-Promise

 view release on metacpan or  search on metacpan

lib/Data/Promise.pm  view on Meta::CPAN


Data::Promise - simple promise like interface

=head1 SYNOPSIS

  use Modern::Perl;
  use Data::Promose;

  my $p=new Data::Promise(cb=>sub {
    my ($resolve,$reject)=@_;

 view all matches for this distribution


Data-Result

 view release on metacpan or  search on metacpan

lib/Data/Result.pm  view on Meta::CPAN

package Data::Result;

use Modern::Perl;
use Moo;
use MooX::Types::MooseLike::Base qw(:all);
use Carp qw(croak);
use Scalar::Util qw(blessed);
use boolean;

 view all matches for this distribution


Data-Transfigure

 view release on metacpan or  search on metacpan

perlcriticrc  view on Meta::CPAN

[-RegularExpressions::RequireLineBoundaryMatching]

[-InputOutput::RequireCheckedSyscalls]

[TestingAndDebugging::RequireUseStrict]
equivalent_modules = Modern::Perl

[TestingAndDebugging::RequireUseWarnings]
equivalent_modules = Modern::Perl

# [-Documentation::PodSpelling]

[Subroutines::ProhibitUnusedPrivateSubroutines]
private_name_regex = _(?!build|trigger_)\w+

 view all matches for this distribution


Data-Type-Digger

 view release on metacpan or  search on metacpan

lib/Data/Type/Digger.pm  view on Meta::CPAN

    L<http://www.perlfoundation.org/artistic_license_2_0>

=cut

use v5.14.0;
use Modern::Perl;
use Clone;
use Scalar::Util;
use Exporter 'import';

our $VERSION = '0.06';

 view all matches for this distribution


Date-Holidays-Abstract

 view release on metacpan or  search on metacpan

t/perlcriticrc  view on Meta::CPAN

# add_themes                         =
# severity                           = 5
# maximum_violations_per_document    = 1

# The additional modules to treat as equivalent to "strict".
# Values that are always included: Any::Moose, Dancer, Dancer2, Mo, Modern::Perl, Mojo::Base, Mojolicious::Lite, Moo, Moo::Role, Moos, Moose, Moose::Exporter, Moose::Role, Moose::Util::TypeConstraints, MooseX::NonMoose, MooseX::Role::Parameterized, M...
# equivalent_modules =


# Always `use warnings'.
[TestingAndDebugging::RequireUseWarnings]

 view all matches for this distribution


Device-Cisco-NXAPI

 view release on metacpan or  search on metacpan

lib/Device/Cisco/NXAPI.pm  view on Meta::CPAN

use 5.020;
use strict;
use warnings;

use Moose;
use Modern::Perl;
use LWP::UserAgent;
use HTTP::Request;
use Data::Dumper;
use JSON;
use Carp;

 view all matches for this distribution


Device-Network-ConfigParser

 view release on metacpan or  search on metacpan

lib/Device/Network/ConfigParser.pm  view on Meta::CPAN



use 5.006;
use strict;
use warnings;
use Modern::Perl;
use Getopt::Long;
use Pod::Usage;
use Perl6::Slurp;
use Module::Load;
use Data::Dumper;

 view all matches for this distribution


Device-PaloAlto-Firewall

 view release on metacpan or  search on metacpan

lib/Device/PaloAlto/Firewall.pm  view on Meta::CPAN

our $VERSION = '0.091'; # VERSION - generated by DZP::OurPkgVersion

use Device::PaloAlto::Firewall::Test;

use Moose;
use Modern::Perl;
use LWP::UserAgent;
use HTTP::Request;
use Carp;
use Params::Validate qw{:all};
use URI;

 view all matches for this distribution


Dist-Zilla-Plugin-RequiresExternal

 view release on metacpan or  search on metacpan

lib/Dist/Zilla/App/Command/externaldeps.pm  view on Meta::CPAN

package Dist::Zilla::App::Command::externaldeps; ## no critic (Capitalization)

# ABSTRACT: print external libraries and binaries prerequisites

use Modern::Perl '2010';    ## no critic (Modules::ProhibitUseQuotedVersion)

our $VERSION = '1.009';     # VERSION
use utf8;

#pod =for test_synopsis

 view all matches for this distribution


Dist-Zilla-Plugin-Subversion

 view release on metacpan or  search on metacpan

lib/Dist/Zilla/Plugin/Subversion/ReleaseDist.pm  view on Meta::CPAN

use Moose;
with 'Dist::Zilla::Role::Subversion';
with 'Dist::Zilla::Role::Releaser' => { -version => 4.101550 };

use English qw(-no_match_vars);
use Modern::Perl;
use MooseX::Types::URI 'Uri';
use namespace::autoclean;

has 'dist_url' => (
    is         => 'ro',

 view all matches for this distribution



Dist-Zilla-Plugin-Upload-OrePAN2

 view release on metacpan or  search on metacpan

lib/Dist/Zilla/Plugin/Upload/OrePAN2.pm  view on Meta::CPAN

package Dist::Zilla::Plugin::Upload::OrePAN2;
use Modern::Perl;
our $VERSION = '0.0001'; # VERSION
our $AUTHORITY = 'cpan:GEEKRUTH'; # AUTHORITY
# ABSTRACT: Dist::Zilla release plugin to inject into a local OrePAN2 repository
use Carp;

 view all matches for this distribution


Dist-Zilla-Plugin-WSDL

 view release on metacpan or  search on metacpan

lib/Dist/Zilla/Plugin/WSDL.pm  view on Meta::CPAN

package Dist::Zilla::Plugin::WSDL;

# ABSTRACT: WSDL to Perl classes when building your dist

use Modern::Perl '2010';    ## no critic (Modules::ProhibitUseQuotedVersion)

our $VERSION = '0.208';     # VERSION
use utf8;

#pod =head1 SYNOPSIS

 view all matches for this distribution


Dist-Zilla-PluginBundle-Author-GEEKRUTH

 view release on metacpan or  search on metacpan

lib/Dist/Zilla/MintingProfile/GEEKRUTH.pm  view on Meta::CPAN

package Dist::Zilla::MintingProfile::GEEKRUTH;
use Modern::Perl;
our $VERSION   = '2.0000';           # VERSION
our $AUTHORITY = 'cpan:GEEKRUTH';    # AUTHORITY

# ABSTRACT: GEEKRUTH's Dist::Zilla minting profiles

 view all matches for this distribution



Dist-Zilla-PluginBundle-Author-TABULO

 view release on metacpan or  search on metacpan

Notes/cpan-namespaces/cpan-namespaces-L1-L2.txt  view on Meta::CPAN

Modem::VBox
Modem::Vgetty
Modern
Modern::Open
Modern::PBP
Modern::Perl
Module
Module::Abstract
Module::Advisor
Module::AnyEvent
Module::AutoINC

 view all matches for this distribution


Dist-Zilla-PluginBundle-GEEKRUTH

 view release on metacpan or  search on metacpan

lib/Dist/Zilla/MintingProfile/GEEKRUTH.pm  view on Meta::CPAN

package Dist::Zilla::MintingProfile::GEEKRUTH;
use Modern::Perl;
our $VERSION   = '2.0002';           # VERSION
our $AUTHORITY = 'cpan:GEEKRUTH';    # AUTHORITY

# ABSTRACT: GEEKRUTH's Dist::Zilla minting profiles

 view all matches for this distribution


Dist-Zilla-PluginBundle-GitLab

 view release on metacpan or  search on metacpan

lib/Dist/Zilla/App/Command/gl.pm  view on Meta::CPAN

package Dist::Zilla::App::Command::gl 1.0002;

use Modern::Perl;
use Cwd qw(cwd);
use Dist::Zilla::App -command;

## no critic qw(ProhibitAmbiguousNames)
sub abstract    {'use the GitLab plugins from the command-line'}

 view all matches for this distribution


Dokuwiki-RPC-XML-Client

 view release on metacpan or  search on metacpan

lib/Dokuwiki/RPC/XML/Client.pm  view on Meta::CPAN

L<wiki.getVersion|https://www.dokuwiki.org/devel:xmlrpc#dokuwikigetversion>
(which also require a call to
L<dokuwiki.login|https://www.dokuwiki.org/devel:xmlrpc#dokuwikilogin>) is: 

    use Dokuwiki::RPC::XML::Client;
    use Modern::Perl;

    my $wiki =
        Dokuwiki::RPC::XML::Client 
        -> reach('https://wiki.example.com/');

 view all matches for this distribution


EZID

 view release on metacpan or  search on metacpan

lib/EZID.pm  view on Meta::CPAN

package EZID;

use Modern::Perl;

use Encode;
use HTTP::Request::Common;
use LWP::UserAgent;
use URI::Escape;

 view all matches for this distribution


EveOnline-SSO

 view release on metacpan or  search on metacpan

lib/EveOnline/SSO.pm  view on Meta::CPAN

=cut

package EveOnline::SSO;
use 5.008001;
use utf8;
use Modern::Perl;
use JSON::XS;
use URI::Escape;
use MIME::Base64;
use URI::URL;

 view all matches for this distribution


Evo

 view release on metacpan or  search on metacpan

.perlcriticrc  view on Meta::CPAN

severity  = 5

# for signatures
[-Subroutines::ProhibitSubroutinePrototypes]

# We use Mojo::Base and Modern::Perl
[TestingAndDebugging::RequireUseStrict]
equivalent_modules = Evo

[TestingAndDebugging::RequireUseWarnings]
equivalent_modules = Evo

 view all matches for this distribution


Farabi

 view release on metacpan or  search on metacpan

eg/run_1.pl  view on Meta::CPAN


use Modern::Perl;
use System::Command;
use File::Which;
use Mojo::IOLoop;

my $cmd;

 view all matches for this distribution


( run in 0.820 second using v1.00-cache-2.02-grep-82fe00e-cpan-1925d2aa809 )