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


Clearbuilt-Excelerator

 view release on metacpan or  search on metacpan

lib/Clearbuilt/ExcelErator.pm  view on Meta::CPAN

package Clearbuilt::ExcelErator;
use Modern::Perl;
our $VERSION = '2.0001'; # VERSION
our $AUTHORITY = 'cpan:CLEARBLT'; # AUTHORITY
# ABSTRACT: Write XLSX files in a Clearbuilt-standard way
use Moo;
extends 'Excel::Writer::XLSX';

 view all matches for this distribution


Conductrics-Agent

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


    - substituted JSON::Any (deprecated) with JSON::MaybeXS
    - added Conductrics::Client in this package to define, create and delete agents on Conductrics service.
    - decide() accepts same number of args but it supports Multi-Faceted decisions with or without names.
    - get_decisions() for decision point already defined
    - removed Modern::Perl and now more older version of perl are supported but this is not a excuse to avoid upgrade your Perl.
    - more tests

 view all matches for this distribution


Config-Cmd

 view release on metacpan or  search on metacpan

lib/Config/Cmd.pm  view on Meta::CPAN

package Config::Cmd;
use Mo qw(default);
use YAML qw'DumpFile LoadFile';
use Modern::Perl;
use Carp;

# ABSTRACT: Command line to config file two way interface
our $VERSION = '0.002'; # VERSION

 view all matches for this distribution


Config-Structured

 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


Container-Buildah

 view release on metacpan or  search on metacpan

examples/bind9/bind9-build.pl  view on Meta::CPAN

# AUTHOR: Ian Kluft
# LICENSE: Apache License version 2

use strict;
use warnings;
use Modern::Perl qw(2018); # require security updates
use utf8;
use autodie;

use Readonly;
use Container::Buildah;

 view all matches for this distribution



DBIx-Class-Migration

 view release on metacpan or  search on metacpan

examples/MusicBase/bin/my-dbic-migration  view on Meta::CPAN

#!/usr/bin/env perl

use Modern::Perl;
use MusicBase::Web;
use DBIx::Class::Migration::Script;

DBIx::Class::Migration::Script
  ->run_with_options(

 view all matches for this distribution


DBIx-Class-MoreHelpers

 view release on metacpan or  search on metacpan

t/lib/TestSchema/Result/Contraption.pm  view on Meta::CPAN

package TestSchema::Result::Contraption;
use Modern::Perl;
use base qw(DBIx::Class::Core);

__PACKAGE__->table('contraption');
__PACKAGE__->add_columns(qw(id color));
__PACKAGE__->add_columns( status => { is_nullable => 1, }, );

 view all matches for this distribution



DBIx-Class-Schema-ResultSetNames

 view release on metacpan or  search on metacpan

lib/DBIx/Class/Schema/ResultSetNames.pm  view on Meta::CPAN

package DBIx::Class::Schema::ResultSetNames;
use Modern::Perl;
our $VERSION = '1.0301'; # VERSION
our $AUTHORITY = 'cpan:GEEKRUTH'; # AUTHORITY
# ABSTRACT: Create resultset accessors from schema result class names
use base qw(DBIx::Class::Schema);
use Carp;

 view all matches for this distribution


DBIx-Class-TemporalRelations

 view release on metacpan or  search on metacpan

lib/DBIx/Class/TemporalRelations.pm  view on Meta::CPAN

package DBIx::Class::TemporalRelations;
use Modern::Perl;
our $VERSION = '0.9000'; # VERSION
our $AUTHORITY = 'cpan:GEEKRUTH'; # AUTHORITY
# ABSTRACT: Establish and introspect time-based relationships between tables.
use Carp qw(carp croak);

 view all matches for this distribution


DBIx-Deployer

 view release on metacpan or  search on metacpan

lib/DBIx/Deployer.pm  view on Meta::CPAN

use 5.14.2;
use Modern::Perl;
use Moops;


class DBIx::Deployer::Patch 1.2.3 {
    use Digest::MD5;

 view all matches for this distribution


Daemonise

 view release on metacpan or  search on metacpan

lib/Daemonise.pm  view on Meta::CPAN

package Daemonise;

use Modern::Perl;
use Mouse;
use File::Basename;
use FindBin qw($Bin);
use lib "$Bin/../lib";

 view all matches for this distribution


Dancer-Plugin-CORS

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Dancer-Plugin-CORS

0.13 2014-11-25
 - fix leftover Modern::Perl in CORS::Sharing
 - dzilation
 - fix version format

0.12 2014-10-29
 - smartmatch and given are experimental

 view all matches for this distribution


Dancer-Plugin-Negotiate

 view release on metacpan or  search on metacpan

config/BuildOptions.pm  view on Meta::CPAN

    LICENSE             => 'open-source',
    PL_FILES            => {},
    PMLIBDIRS           => [qw[ lib ]],
    PREREQ_PM => {
        'Test::Most' => 0,
		'Modern::Perl' => 0,
		'Dancer' => 1.312,
		'HTTP::Negotiate' => 6.01,
    },
    dist => {
        COMPRESS            => 'gzip -9f',

 view all matches for this distribution


Dancer-Plugin-RPC

 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


Dancer-Plugin-SecureSessionID

 view release on metacpan or  search on metacpan

config/BuildOptions.pm  view on Meta::CPAN

    ABSTRACT_FROM       => 'lib/Dancer/Plugin/SecureSessionID.pm',
    LICENSE             => 'open-source',
    PL_FILES            => {},
    PMLIBDIRS           => [qw[ lib ]],
    PREREQ_PM => {
		'Modern::Perl'		=> 0,
        'Test::More'		=> 0,
		'Dancer'			=> 1.312,
		'Crypt::OpenSSL::Random'		=> 0.04,
		'MIME::Base64'		=> 3.14,
    },

 view all matches for this distribution


Dancer-Session-Memcached-Fast

 view release on metacpan or  search on metacpan

t/author-memcached.t  view on Meta::CPAN

        Test::More::plan(
            skip_all => 'these tests are for testing by the author' );
    }
}

use Modern::Perl;
use Test::Most;

plan tests => 3;

{

 view all matches for this distribution


Dancer2-Plugin-Auth-Extensible-Provider-DBIxClass

 view release on metacpan or  search on metacpan

lib/Dancer2/Plugin/Auth/Extensible/Provider/DBIxClass.pm  view on Meta::CPAN

package Dancer2::Plugin::Auth::Extensible::Provider::DBIxClass;
use Modern::Perl;
our $VERSION = '0.0902'; # VERSION
our $AUTHORITY = 'cpan:GEEKRUTH'; # AUTHORITY
# ABSTRACT: authenticate via the Dancer2::Plugin::DBIx:Class plugin
use Carp;
use Dancer2::Core::Types qw/Bool Int Str/;

 view all matches for this distribution


Dancer2-Plugin-DBIx-Class

 view release on metacpan or  search on metacpan

lib/Dancer2/Plugin/DBIx/Class.pm  view on Meta::CPAN

package Dancer2::Plugin::DBIx::Class;
use Modern::Perl;
our $VERSION = '1.1001'; # VERSION
our $AUTHORITY = 'cpan:GEEKRUTH'; # AUTHORITY
# ABSTRACT: syntactic sugar for DBIx::Class in Dancer2, optionally with DBIx::Class::Schema::ResultSetNames
use Carp;
use Class::C3::Componentised;

 view all matches for this distribution


Dancer2-Plugin-HostSpecificRoute

 view release on metacpan or  search on metacpan

perlcriticrc  view on Meta::CPAN


[TestingAndDebugging::ProhibitNoWarnings]
allow = redefine

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

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

[ValuesAndExpressions::ProhibitInterpolationOfLiterals]
allow_if_string_contains_single_quote = 1

[Variables::ProhibitPackageVars]

 view all matches for this distribution


Dancer2-Plugin-RPC-RESTISH

 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


Dancer2-Plugin-RPC

 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


Dancer2-Plugin-ViewCache

 view release on metacpan or  search on metacpan

lib/Dancer2/Plugin/ViewCache.pm  view on Meta::CPAN

package Dancer2::Plugin::ViewCache;
use Modern::Perl;

our $VERSION = '1.0001'; # VERSION
our $AUTHORITY = 'cpan:CLEARBLT'; # AUTHORITY
# ABSTRACT: Create a code for a guest user to use to view a page
use Dancer2::Plugin;

 view all matches for this distribution


Dancer2-Session-DatabasePlugin

 view release on metacpan or  search on metacpan

lib/Dancer2/Plugin/SessionDatabase.pm  view on Meta::CPAN

package Dancer2::Plugin::SessionDatabase;

use Modern::Perl;
use Dancer2::Plugin; 

use Carp qw(croak);
use Data::Dumper;

 view all matches for this distribution


Dancer2-Template-Handlebars

 view release on metacpan or  search on metacpan

perlcriticrc  view on Meta::CPAN


[Subroutines::ProhibitExcessComplexity]
max_mccabe = 25

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

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

[BuiltinFunctions::ProhibitStringySplit]
severity = 3

[CodeLayout::RequireTrailingCommas]

 view all matches for this distribution


Data-AnyXfer

 view release on metacpan or  search on metacpan

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

package Data::AnyXfer;

use Modern::Perl;
use Moo;
use MooX::Types::MooseLike::Base qw(:all);

use File::Temp qw/ tempdir /;
use Clone qw/ clone /;

 view all matches for this distribution


Data-Compare-Plugins-Set-Object

 view release on metacpan or  search on metacpan

xt/author/perlcritic.rc  view on Meta::CPAN


[Subroutines::ProhibitCallsToUndeclaredSubs]
exempt_subs = Dancer2::get Dancer2::post Dancer2::redirect Dancer2::template Dancer2::Plugin::DBIC::resultset

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

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

[InputOutput::RequireCheckedSyscalls]
functions = :builtins
exclude_functions = print say

 view all matches for this distribution


Data-JavaScript

 view release on metacpan or  search on metacpan

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

package Data::JavaScript;    ## no critic (PodSpelling)

use Modern::Perl;
use Readonly;
use Scalar::Util 'reftype';

our $VERSION = q/1.15/;

 view all matches for this distribution


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