view release on metacpan or search on metacpan
lib/Graph/Writer/DSM.pm view on Meta::CPAN
package Graph::Writer::DSM;
$Graph::Writer::DSM::VERSION = '0.008';
use Modern::Perl;
use base qw( Graph::Writer );
use List::MoreUtils qw( uniq first_index apply );
use Chart::Gnuplot;
use File::Temp;
view all matches for this distribution
view release on metacpan or search on metacpan
inc/symbolics.pl view on Meta::CPAN
# ABSTRACT: Extract operators and generate XS for dispatching to operators
use FindBin;
use lib "$FindBin::Bin/../lib";
use Modern::Perl;
use File::Spec;
use Alien::Kiwisolver;
use List::UtilsBy qw(nsort_by);
my $namespace = "Graphics::Layout::Kiwisolver";
view all matches for this distribution
view release on metacpan or search on metacpan
lib/HTTP/Balancer.pm view on Meta::CPAN
package HTTP::Balancer;
our $VERSION = '0.0.2';
use Modern::Perl;
use Moose;
use MooseX::Singleton;
use HTTP::Balancer::Command;
view all matches for this distribution
view release on metacpan or search on metacpan
1.25 2011-07-12
- Fix warnings about iceweasel test being defined twice (Paul Findlay)
- Adds Opera Tablet to mobile devices (Jacob Rask)
1.24 2011-05-13
- Removes dependency on Modern::Perl, which was accidentally introduced
(Yoshiki Kurihara)
1.23 2011-05-02
- Adds a browser_properties() call that exposes all the browser
"properties" (Olivier Bilodeau)
view all matches for this distribution
view release on metacpan or search on metacpan
lib/AnyEvent/HTTP/MultiGet.pm view on Meta::CPAN
package AnyEvent::HTTP::MultiGet;
use Modern::Perl;
use Moo;
use MooX::Types::MooseLike::Base qw(:all);
use Data::Dumper;
use Ref::Util qw(is_plain_arrayref);
use namespace::clean;
lib/AnyEvent/HTTP/MultiGet.pm view on Meta::CPAN
AnyEvent::HTTP::MultiGet - AnyEvent->condvar Control Freindly LWP Like agent
=head1 SYNOPSIS
use Modern::Perl;
use AnyEvent::HTTP::MultiGet;
my $self=AnyEvent::HTTP::MultiGet->new();
my $count=0;
TEST_LOOP: {
lib/AnyEvent/HTTP/MultiGet.pm view on Meta::CPAN
$cv->recv;
}
Handling Multiple large http requests at once
use Modern::Perl;
use AnyEvent::HTTP::MultiGet;
my $self=AnyEvent::HTTP::MultiGet->new();
my $chunks=0;
my $count=0;
view all matches for this distribution
view release on metacpan or search on metacpan
examples/dftb3/PrepXyzACS.pl view on Meta::CPAN
# DMR: old school perl script that downloads a yaml and prints out some xyz
# files
use Modern::Perl;
use YAML::XS qw(Dump LoadFile);
use Path::Tiny;
use File::chdir;
my $yaml = "ct300296k_si_001.txt";
view all matches for this distribution
view release on metacpan or search on metacpan
examples/c6.pl view on Meta::CPAN
use HackaMol::X::NERF;
use Modern::Perl;
use Data::Dumper;
my $nerf = HackaMol::X::NERF->new;
print 6*1000 . "\n\n";
view all matches for this distribution
view release on metacpan or search on metacpan
examples/stage1_setup/centers/FTMAP/deprecated/collect_nodes.pl view on Meta::CPAN
use Modern::Perl;
use HackaMol;
my $root = shift or die "pass root of glob in FTMaps/";
my @pdbs = glob("FTMaps/$root*.pdb");
my $hack = HackaMol->new;
view all matches for this distribution
view release on metacpan or search on metacpan
examples/Analysis/BackBone_Dihedrals.pl view on Meta::CPAN
#!/usr/bin/env perl
# DMR: update 04-10-2014
# print out backbone dihedrals for each model in an NMR ensemble
use Modern::Perl;
use HackaMol;
use Time::HiRes qw(time);
my $t1 = time;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Hash/DotPath.pm view on Meta::CPAN
package Hash::DotPath;
$Hash::DotPath::VERSION = '0.004';
use Modern::Perl;
use Moose;
use namespace::autoclean;
use Kavorka 'method';
use Data::Printer alias => 'pdump';
use Hash::Merge;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Hetula/Client.pm view on Meta::CPAN
package Hetula::Client;
use Modern::Perl '2015';
our $VERSION = '0.008';
# ABSTRACT: Interface with Hetula
#
lib/Hetula/Client.pm view on Meta::CPAN
is(@$ssnsBatchAddResp, 2, "SSNs batch add");
=cut
##Pragmas
use Modern::Perl;
use feature qw(signatures);
no warnings qw(experimental::signatures);
use Carp::Always;
use autodie;
use English; #Use verbose alternatives for perl's strange $0 and $\ etc.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Image/Placeholder.pm view on Meta::CPAN
package Image::Placeholder;
use Modern::Perl;
use Moose;
use MooseX::Method::Signatures;
use MooseX::FollowPBP;
use GD;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Image/Synchronize.pm view on Meta::CPAN
package Image::Synchronize;
use Modern::Perl;
=head1 NAME
Image::Synchronize - a module for synchronizing filesystem
modification timestamps of images, movies, and related files.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Intertangle/API/Glib.pm view on Meta::CPAN
use Modern::Perl;
package Intertangle::API::Glib;
# ABSTRACT: Helper for using Glib
$Intertangle::API::Glib::VERSION = '0.001';
use strict;
use warnings;
view all matches for this distribution
view release on metacpan or search on metacpan
perlcritic.rc view on Meta::CPAN
include = CodeLayout::ProhibitSpaceIndentation CodeLayout::ProhibitTrailingWhitespace CodeLayout::RequireConsistentNewlines CodeLayout::TabIndentSpaceAlign
[-Subroutines::ProhibitSubroutinePrototypes]
[TestingAndDebugging::RequireUseStrict]
equivalent_modules = Modern::Perl Moo Moo::Role Renard::Incunabula::Common::Setup
[TestingAndDebugging::RequireUseWarnings]
equivalent_modules = Modern::Perl Moo Moo::Role Renard::Incunabula::Common::Setup
# vim: ft=dosini
view all matches for this distribution
view release on metacpan or search on metacpan
inc/symbolics.pl view on Meta::CPAN
# ABSTRACT: Extract operators and generate XS for dispatching to operators
use FindBin;
use lib "$FindBin::Bin/../lib";
use Modern::Perl;
use File::Spec;
use Alien::Kiwisolver;
use List::UtilsBy qw(nsort_by);
my $namespace = "Intertangle::API::Kiwisolver";
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Intertangle/Jacquard/Error.pm view on Meta::CPAN
use Modern::Perl;
package Intertangle::Jacquard::Error;
# ABSTRACT: Exceptions
$Intertangle::Jacquard::Error::VERSION = '0.002';
use custom::failures qw/
Layout::MaximumNumberOfActors
view all matches for this distribution
view release on metacpan or search on metacpan
perlcritic.rc view on Meta::CPAN
include = CodeLayout::ProhibitSpaceIndentation CodeLayout::ProhibitTrailingWhitespace CodeLayout::RequireConsistentNewlines CodeLayout::TabIndentSpaceAlign
[-Subroutines::ProhibitSubroutinePrototypes]
[TestingAndDebugging::RequireUseStrict]
equivalent_modules = Modern::Perl Moo Moo::Role Renard::Incunabula::Common::Setup
[TestingAndDebugging::RequireUseWarnings]
equivalent_modules = Modern::Perl Moo Moo::Role Renard::Incunabula::Common::Setup
# vim: ft=dosini
view all matches for this distribution
view release on metacpan or search on metacpan
perlcritic.rc view on Meta::CPAN
include = CodeLayout::ProhibitSpaceIndentation CodeLayout::ProhibitTrailingWhitespace CodeLayout::RequireConsistentNewlines CodeLayout::TabIndentSpaceAlign
[-Subroutines::ProhibitSubroutinePrototypes]
[TestingAndDebugging::RequireUseStrict]
equivalent_modules = Modern::Perl Moo Moo::Role Renard::Incunabula::Common::Setup
[TestingAndDebugging::RequireUseWarnings]
equivalent_modules = Modern::Perl Moo Moo::Role Renard::Incunabula::Common::Setup
# vim: ft=dosini
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Intertangle/Yarn.pm view on Meta::CPAN
use Modern::Perl;
package Intertangle::Yarn;
# ABSTRACT: Geometry primitives for graphics
$Intertangle::Yarn::VERSION = '0.002';
use Intertangle::Yarn::Graphene;
view all matches for this distribution
view release on metacpan or search on metacpan
perlcritic.rc 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]
perlcritic.rc view on Meta::CPAN
# add_themes =
# severity = 4
# maximum_violations_per_document = 1
# The additional modules to treat as equivalent to "warnings".
# 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 =
# 80 x 40 for life!
[-Tics::ProhibitLongLines]
view all matches for this distribution
view release on metacpan or search on metacpan
lib/JavaScript/Prepare.pm view on Meta::CPAN
package JavaScript::Prepare;
use Modern::Perl;
use File::Basename;
use FileHandle;
use JavaScript::Minifier::XS qw( minify );
view all matches for this distribution
view release on metacpan or search on metacpan
lib/KeywordsSpider.pm view on Meta::CPAN
package KeywordsSpider;
use KeywordsSpider::Core 'find_origin';
use Modern::Perl;
use Parallel::ForkManager;
my @unwanted_params = qw/
referer
ref
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Koha/Contrib/ARK.pm view on Meta::CPAN
package Koha::Contrib::ARK;
# ABSTRACT: ARK Management
$Koha::Contrib::ARK::VERSION = '1.1.2';
use Moose;
use Modern::Perl;
use JSON;
use DateTime;
use Try::Tiny;
use Koha::Contrib::ARK::Reader;
use Koha::Contrib::ARK::Writer;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Koha/Contrib/Mirabel.pm view on Meta::CPAN
package Koha::Contrib::Mirabel;
$Koha::Contrib::Mirabel::VERSION = '1.0.2';
# ABSTRACT: Synchronise un catalogue Koha avec Mir@bel
use Moose;
use Modern::Perl;
use utf8;
use FindBin qw($Bin);
use List::Util qw/first/;
use YAML qw/LoadFile Dump/;
use XML::Simple;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Koha/Contrib/Sudoc.pm view on Meta::CPAN
package Koha::Contrib::Sudoc;
# ABSTRACT: Chargeur Koha par Tamil
$Koha::Contrib::Sudoc::VERSION = '2.47';
use Moose;
use Modern::Perl;
use YAML qw( LoadFile Dump );
use Koha::Contrib::Sudoc::Koha;
use Koha::Contrib::Sudoc::Spool;
use MARC::Moose::Field::Std;
use MARC::Moose::Field::Control;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Koha/Contrib/Tamil/Authority/FromFile.pm view on Meta::CPAN
use Moose;
extends qw/ AnyEvent::Processor
Koha::Contrib::Tamil::Logger /;
use Modern::Perl;
use utf8;
use FindBin qw( $Bin );
use Carp;
use YAML;
use Koha::Contrib::Tamil::Koha;
view all matches for this distribution
view release on metacpan or search on metacpan
and other doc changes as created by updates to
Pod::Weaver::Section::Support
0.008 2016-10-27 00:29:55-05:00 America/Chicago
- more correctly handle HTTP Client-Transfer-Encoding: chunked
headers
- remove Modern::Perl from prerequisites
- documentation tweaks (automatically generating list of
prerequisites, listing other Perl modules in monospace text)
0.007 2015-03-04 17:06:36-05:00 America/New_York
- documentation and metadata fixes, no functional changes
0.006 2015-03-03 13:34:06-05:00 America/New_York
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Linux/Utils.pm view on Meta::CPAN
package Linux::Utils;
$Linux::Utils::VERSION = '0.002';
use Modern::Perl;
use Moose;
use namespace::autoclean;
use Kavorka 'method';
use Data::Printer alias => 'pdump';
view all matches for this distribution
view release on metacpan or search on metacpan
lib/List/Collection.pm view on Meta::CPAN
package List::Collection;
use Modern::Perl;
use Exporter;
use Sort::Naturally;
our $VERSION = '0.0.4'; # VERSION
# ABSTRACT: List::Collection
view all matches for this distribution