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


Bio-Tools-ProteinogenicAA

 view release on metacpan or  search on metacpan

lib/Bio/Tools/ProteinogenicAA.pm  view on Meta::CPAN


use v5.12;
use strict;
use warnings;
use Moose;
use namespace::autoclean;
use Bio::Tools::ProteinogenicAA::AAInfo;

our $VERSION = '0.021';

has 'aminoacids' => (

 view all matches for this distribution


Bio-Tools-Run-Qcons

 view release on metacpan or  search on metacpan

lib/Bio/Tools/Run/QCons.pm  view on Meta::CPAN


# ABSTRACT: Run Qcons to analyze protein-protein contacts

use Mouse;
use autodie;
use namespace::autoclean;
use Capture::Tiny 'capture_merged';
use Bio::Tools::Run::QCons::Types 'Executable';

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

 view all matches for this distribution


Bio-ViennaNGS

 view release on metacpan or  search on metacpan

lib/Bio/ViennaNGS/AnnoC.pm  view on Meta::CPAN

use Bio::ViennaNGS::Util qw(sortbed);
use Bio::Tools::GFF;
use Path::Class;
use Carp;
use Moose;
use namespace::autoclean;
use version; our $VERSION = version->declare(eval($Bio::ViennaNGS::VERSION));

has 'accession' => (
		    is => 'rw',
		    isa => 'Str',

 view all matches for this distribution


BioSAILs-Command

 view release on metacpan or  search on metacpan

lib/BioSAILs/Command/add.pm  view on Meta::CPAN

package BioSAILs::Command::add;
use v5.10;
use strict;
use warnings FATAL => 'all';
use MooseX::App::Command;
use namespace::autoclean;

extends 'BioX::Workflow::Command::add';

command_short_description 'Add rules to an existing workflow.';
command_long_description 'Add rules to an existing workflow.';

 view all matches for this distribution


BioSAILs

 view release on metacpan or  search on metacpan

lib/BioSAILs/Integrations/Github.pm  view on Meta::CPAN

package BioSAILs::Integrations::Github;

use MooseX::App::Role;
use namespace::autoclean;

use Git::Wrapper;
use Git::Wrapper::Plus::Ref::Tag;
use Git::Wrapper::Plus::Tags;
use Git::Wrapper::Plus::Branches;

 view all matches for this distribution


BioX-Workflow-Command

 view release on metacpan or  search on metacpan

lib/BioX/Workflow/Command/Exceptions.pm  view on Meta::CPAN

package BioX::Workflow::Command::Exceptions;

use Moose;
use namespace::autoclean;

has 'message' => (
    is      => 'rw',
    isa     => 'Str',
    required => 0,

 view all matches for this distribution


BioX-Workflow

 view release on metacpan or  search on metacpan

cpanfile.snapshot  view on Meta::CPAN

      Carp 0
      Module::Build::Tiny 0.007
      Moose::Role 0
      MooseX::Types::Moose 0
      MooseX::Types::Path::Tiny 0.005
      namespace::autoclean 0
      perl 5.006
      warnings 0
  MooseX-Getopt-0.68
    pathname: E/ET/ETHER/MooseX-Getopt-0.68.tar.gz
    provides:

cpanfile.snapshot  view on Meta::CPAN

      Moose::Role 0.56
      Moose::Util::TypeConstraints 0
      MooseX::Role::Parameterized 0
      Scalar::Util 0
      Try::Tiny 0
      namespace::autoclean 0
      perl 5.006
      strict 0
      warnings 0
  MooseX-Getopt-Usage-0.24
    pathname: P/PI/PITCHLESS/MooseX-Getopt-Usage-0.24.tar.gz

cpanfile.snapshot  view on Meta::CPAN

      Moose 2.0300
      Moose::Exporter 0
      Moose::Meta::Role 0
      Moose::Role 0
      Moose::Util 0
      namespace::autoclean 0
      namespace::clean 0
      perl 5.008001
  MooseX-SimpleConfig-0.11
    pathname: E/ET/ETHER/MooseX-SimpleConfig-0.11.tar.gz
    provides:

cpanfile.snapshot  view on Meta::CPAN

      Scalar::Util 1.19
      Sub::Exporter 0
      Sub::Exporter::ForMethods 0.100052
      Sub::Name 0
      base 0
      namespace::autoclean 0.16
      overload 0
      perl 5.008
      strict 0
      warnings 0
  MooseX-Types-Path-Tiny-0.011

cpanfile.snapshot  view on Meta::CPAN

      MooseX::Types 0
      MooseX::Types::Moose 0
      MooseX::Types::Stringlike 0
      Path::Tiny 0
      if 0
      namespace::autoclean 0
      perl 5.006
      strict 0
      warnings 0
  MooseX-Types-Stringlike-0.003
    pathname: D/DA/DAGOLDEN/MooseX-Types-Stringlike-0.003.tar.gz

cpanfile.snapshot  view on Meta::CPAN

      YAML::XS 0.59
      YAML::XS::LibYAML undef
    requirements:
      ExtUtils::MakeMaker 0
      perl 5.008001
  namespace-autoclean-0.28
    pathname: E/ET/ETHER/namespace-autoclean-0.28.tar.gz
    provides:
      namespace::autoclean 0.28
    requirements:
      B::Hooks::EndOfScope 0.12
      ExtUtils::MakeMaker 0
      List::Util 0
      Sub::Identify 0

 view all matches for this distribution


Bioinfo

 view release on metacpan or  search on metacpan

lib/Bioinfo/PBS.pm  view on Meta::CPAN

package Bioinfo::PBS;
use Moose;
use Modern::Perl;
use IO::All;
use namespace::autoclean;

our $VERSION = '0.1.15'; # VERSION: 
# ABSTRACT: my perl module and CLIs for Biology


 view all matches for this distribution


Blio

 view release on metacpan or  search on metacpan

lib/Blio/Image.pm  view on Meta::CPAN


our $VERSION = '2.009'; # VERSION

use 5.010;
use Moose;
use namespace::autoclean;
use Digest::SHA1;
use Path::Class;
use File::Copy;
use Imager;

 view all matches for this distribution


BmltClient-ApiClient

 view release on metacpan or  search on metacpan

lib/BmltClient/Role.pm  view on Meta::CPAN

#
package BmltClient::Role;
use utf8;

use Moose::Role;
use namespace::autoclean;
use Class::Inspector;
use Log::Any qw($log);
use BmltClient::ApiFactory;

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

 view all matches for this distribution


Bot-Backbone

 view release on metacpan or  search on metacpan

lib/Bot/Backbone/Bot/Role/GroupChat.pm  view on Meta::CPAN

use v5.10;
use Moose::Role;

use List::Util qw( first );

use namespace::autoclean;

# ABSTRACT: Provides some group related help tools


sub list_group_names {

 view all matches for this distribution


Bot-BasicBot-Pluggable-FromConfig

 view release on metacpan or  search on metacpan

cpanfile.snapshot  view on Meta::CPAN

      ExtUtils::MakeMaker 6.30
      Module::Build::Tiny 0.030
      Moose::Role 0
      MooseX::Types::Moose 0
      MooseX::Types::Path::Tiny 0.005
      namespace::autoclean 0
      perl 5.006
      warnings 0
  MooseX-Getopt-0.62
    pathname: E/ET/ETHER/MooseX-Getopt-0.62.tar.gz
    provides:

cpanfile.snapshot  view on Meta::CPAN

      Moose::Role 0.56
      Moose::Util::TypeConstraints 0
      MooseX::Role::Parameterized 0
      Scalar::Util 0
      Try::Tiny 0
      namespace::autoclean 0
      perl 5.006
      strict 0
      warnings 0
  MooseX-Role-Parameterized-1.02
    pathname: S/SA/SARTAK/MooseX-Role-Parameterized-1.02.tar.gz

cpanfile.snapshot  view on Meta::CPAN

      Moose::Util::TypeConstraints 0
      Scalar::Util 1.19
      Sub::Exporter 0
      Sub::Name 0
      base 0
      namespace::autoclean 0.08
      namespace::clean 0
      overload 0
      perl 5.008
      strict 0
      warnings 0

cpanfile.snapshot  view on Meta::CPAN

      Net::HTTP 6.04
      URI 1.10
      URI::Escape 0
      WWW::RobotRules 6
      perl 5.008001
  namespace-autoclean-0.15
    pathname: E/ET/ETHER/namespace-autoclean-0.15.tar.gz
    provides:
      namespace::autoclean 0.15
    requirements:
      B::Hooks::EndOfScope 0.12
      Class::MOP 0.80
      ExtUtils::MakeMaker 6.30
      List::Util 0

 view all matches for this distribution


BoutrosLab-TSVStream

 view release on metacpan or  search on metacpan

lib/BoutrosLab/TSVStream/Format/AnnovarInput/Human/Dyn.pm  view on Meta::CPAN

=cut

package BoutrosLab::TSVStream::Format::AnnovarInput::Human::Dyn;

use Moose;
use namespace::autoclean;

with qw(
	BoutrosLab::TSVStream::Format::AnnovarInput::Role
	BoutrosLab::TSVStream::Format::AnnovarInput::Role::Human
	BoutrosLab::TSVStream::IO::Role::Dyn

 view all matches for this distribution


Box2D

 view release on metacpan or  search on metacpan

examples/breakable.pl  view on Meta::CPAN


package Breakable;
use Moose;

use List::Util qw(max);
use namespace::autoclean;

# Initial coordinates, angle and size
has [qw( x y angle w h )] => (
    is       => 'ro',
    isa      => 'Num',

 view all matches for this distribution


Boxer

 view release on metacpan or  search on metacpan

lib/Boxer.pm  view on Meta::CPAN


use v5.20;
use utf8;
use Role::Commons -all;
use feature 'signatures';
use namespace::autoclean 0.16;

use Module::Find;
use Module::Load::Conditional qw(can_load);
use Log::Any qw($log);

 view all matches for this distribution


Bread-Board-LifeCycle-Session

 view release on metacpan or  search on metacpan

lib/Bread/Board/Container/Role/WithSessions.pm  view on Meta::CPAN

# ABSTRACT: Session helper methods for Bread::Board Containers
use version;
our $VERSION = 'v0.900.1'; # VERSION

use Moose::Role;
use namespace::autoclean;
use List::Util 1.33 ('any');

our @LIFECYCLES_TO_FLUSH = qw(
    Session
    Session::WithParameters

 view all matches for this distribution


Broadworks-OCIP

 view release on metacpan or  search on metacpan

lib/Broadworks/OCIP.pm  view on Meta::CPAN


use strict;
use warnings;
use utf8;
use feature 'unicode_strings';
use namespace::autoclean;

our $VERSION = '0.09'; # VERSION
our $AUTHORITY = 'cpan:NIGELM'; # AUTHORITY

use Broadworks::OCIP::Response;

 view all matches for this distribution


Bubblegum

 view release on metacpan or  search on metacpan

lib/Bubblegum.pm  view on Meta::CPAN

# ABSTRACT: Opinionated Modern Perl Development Framework
package Bubblegum;

use 5.10.0;
use namespace::autoclean;

use Moo 'with';

with 'Bubblegum::Role::Configuration';

 view all matches for this distribution


Bundle-Siebel-MonitoringTools

 view release on metacpan or  search on metacpan

lib/Bundle/Siebel/MonitoringTools.pm  view on Meta::CPAN


None by default.

=head1 CONTENTS

    namespace::autoclean [0.13]
    Moose [2.0401]
    FSA::Rules [0.34]
    MooseX::Storage [0.33]
    Moose::Util::TypeConstraints [2.0402]
    MooseX::Params::Validate [0.15]

 view all matches for this distribution



Bundle-WATERKIP

 view release on metacpan or  search on metacpan

lib/Bundle/WATERKIP/CLI/Azure.pm  view on Meta::CPAN

package Bundle::WATERKIP::CLI::Azure;
our $VERSION = '0.003';
use Moo;
use namespace::autoclean;

# ABSTRACT: Bundle::WATERKIP::Azure get Azure JWT tokens

extends 'YA::CLI';

 view all matches for this distribution


Business-AU-Ledger

 view release on metacpan or  search on metacpan

lib/Business/AU/Ledger/Database.pm  view on Meta::CPAN

has logger         => (is => 'rw', isa => 'Log::Dispatch');
has payment        => (is => 'rw', isa => 'Business::AU::Ledger::Database::Payment');
has receipt        => (is => 'rw', isa => 'Business::AU::Ledger::Database::Receipt');
has simple         => (is => 'rw', isa => 'DBIx::Simple');

use namespace::autoclean;

our $VERSION = '0.88';

# -----------------------------------------------

 view all matches for this distribution


Business-BR-NFe-RPS-TXT

 view release on metacpan or  search on metacpan

lib/Business/BR/NFe/RPS/TXT.pm  view on Meta::CPAN

package Business::BR::NFe::RPS::TXT;

use Moose;
use Moose::Util::TypeConstraints;
use namespace::autoclean;
use Carp;


subtype 'DataRps', as 'Str',
  where { /^[1-2][0-9][0-9][0-9][0-1][0-9][0-3][0-9]$/ },

 view all matches for this distribution


Business-Cart-Generic

 view release on metacpan or  search on metacpan

lib/Business/Cart/Generic/Base.pm  view on Meta::CPAN

 is       => 'rw',
 isa      => 'Business::Cart::Generic::Util::Logger',
 required => 0,
);

use namespace::autoclean;

our $VERSION = '0.85';

# -----------------------------------------------

 view all matches for this distribution


Business-CompanyDesignator

 view release on metacpan or  search on metacpan

lib/Business/CompanyDesignator/Record.pm  view on Meta::CPAN


use Moose;
use utf8;
use warnings qw(FATAL utf8);
use Carp;
use namespace::autoclean;

has 'long'                  => ( is => 'ro', isa => 'Str', required => 1 );
has 'record'                => ( is => 'ro', isa => 'HashRef', required => 1 );

has [qw(abbr1 lang)]        => ( is => 'ro', lazy_build => 1 );

 view all matches for this distribution


Business-CyberSource

 view release on metacpan or  search on metacpan

lib/Business/CyberSource/Client.pm  view on Meta::CPAN

package Business::CyberSource::Client;
use 5.010;
use strict;
use warnings;
use namespace::autoclean;

our $VERSION = '0.010008'; # VERSION

use Moose;
with 'MooseY::RemoteHelper::Role::Client';

 view all matches for this distribution


Business-MaxMind

 view release on metacpan or  search on metacpan

perlcriticrc  view on Meta::CPAN

exclude_functions = sleep
severity = 3

[Moose::RequireCleanNamespace]
modules = Moose Moose::Role MooseX::Role::Parameterized Moose::Util::TypeConstraints
cleaners = namespace::autoclean

[NamingConventions::Capitalization]
package_exemptions = [A-Z]\w+|minFraud
file_lexical_variables = [A-Z]\w+|[^A-Z]+
global_variables = :starts_with_upper

 view all matches for this distribution


Business-OnlinePayment-CyberSource

 view release on metacpan or  search on metacpan

lib/Business/OnlinePayment/CyberSource.pm  view on Meta::CPAN

package Business::OnlinePayment::CyberSource;

use 5.010;
use strict;
use warnings;
use namespace::autoclean;

use Moose;
use Exception::Base;
use MooseX::NonMoose;
use MooseX::StrictConstructor;

 view all matches for this distribution


Business-PaperlessTrans

 view release on metacpan or  search on metacpan

lib/Business/PaperlessTrans/Client.pm  view on Meta::CPAN

package Business::PaperlessTrans::Client;
use strict;
use warnings;
use namespace::autoclean;

our $VERSION = '0.002000'; # VERSION

use Moose;
use Class::Load 0.20 'load_class';

 view all matches for this distribution


Business-PayPal-API

 view release on metacpan or  search on metacpan

perlcriticrc  view on Meta::CPAN

exclude_functions = sleep
severity = 3

[Moose::RequireCleanNamespace]
modules = Moose Moose::Role MooseX::Role::Parameterized Moose::Util::TypeConstraints
cleaners = namespace::autoclean

[NamingConventions::Capitalization]
package_exemptions = [A-Z]\w+|minFraud
file_lexical_variables = [A-Z]\w+|[^A-Z]+
global_variables = :starts_with_upper

 view all matches for this distribution


( run in 1.287 second using v1.01-cache-2.11-cpan-a5abf4f5562 )