view release on metacpan or search on metacpan
lib/Banal/Role/Fallback.pm view on Meta::CPAN
our $VERSION = '0.001';
# AUTHORITY
use namespace::autoclean;
use Moo::Role;
with 'Banal::Role::Fallback::Tiny';
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Banal/Util/Mini.pm view on Meta::CPAN
use Data::Printer qw(p np); # During development only. TODO: comment this line out later.
use namespace::autoclean;
use Exporter::Shiny;
use vars qw(@EXPORT_OK);
BEGIN {
view all matches for this distribution
view release on metacpan or search on metacpan
lib/BankAccount/Validator/UK.pm view on Meta::CPAN
use 5.006;
use Data::Dumper;
use BankAccount::Validator::UK::Rule;
use Moo;
use namespace::autoclean;
has sc => (is => 'rw');
has an => (is => 'rw');
has mod => (is => 'rw');
has attempt => (is => 'rw');
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bat/Interpreter.pm view on Meta::CPAN
use Data::Dumper;
use Bat::Interpreter::Delegate::FileStore::LocalFileSystem;
use Bat::Interpreter::Delegate::Executor::PartialDryRunner;
use Bat::Interpreter::Delegate::LineLogger::Silent;
use File::Glob;
use namespace::autoclean;
our $VERSION = '0.025'; # VERSION
# ABSTRACT: Pure perl interpreter for a small subset of bat/cmd files
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Benchmark/Featureset/ParamCheck/Base/MXPV.pm view on Meta::CPAN
our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.007';
use parent qw(Benchmark::Featureset::ParamCheck::Base);
use MooseX::Params::Validate 0.21;
use namespace::autoclean;
sub run_named_check {
my ($class, $times, @args) = @_;
my $check = $class->get_named_check;
validated_hash(\@args, %$check) for 1 .. $times;
view all matches for this distribution
view release on metacpan or search on metacpan
* fix a crash in a warning message about deleting obsolete files
0.3 2011-05-18 16:16:59 America/Los_Angeles
* remove dependency on namespace::autoclean, which also pulls in Moose
* Returned seqs now have an undefined desc if no definition line is
in the BLAST database, instead of "No definition line found"
0.2 2011-04-08 15:11:03 America/Los_Angeles
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bio/Community.pm view on Meta::CPAN
use Moose;
use MooseX::NonMoose;
use MooseX::StrictConstructor;
use Method::Signatures;
use namespace::autoclean;
use Bio::Community::Member;
our $VERSION = '0.001008'; # 0.1.8
extends 'Bio::Root::Root';
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bio/FastParsers/Base.pm view on Meta::CPAN
package Bio::FastParsers::Base;
# ABSTRACT: Internal (base) class for all FastParsers
$Bio::FastParsers::Base::VERSION = '0.221230';
use Moose;
use namespace::autoclean;
use Bio::FastParsers::Types;
# public attributes
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bio/KEGG/API.pm view on Meta::CPAN
use v5.12;
use strict;
use warnings;
use Moose;
use namespace::autoclean;
use REST::Client;
use Net::FTP::Tiny qw(ftp_get);
our $VERSION = '0.02';
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bio/MUST/Apps/Debrief42.pm view on Meta::CPAN
package Bio::MUST::Apps::Debrief42;
# ABSTRACT: Main class for debrief-42 tool
# CONTRIBUTOR: Mick VAN VLIERBERGHE <mvanvlierberghe@doct.uliege.be>
$Bio::MUST::Apps::Debrief42::VERSION = '0.213470';
use Moose;
use namespace::autoclean;
use autodie;
use feature qw(say);
use Smart::Comments;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bio/MUST/Apps/HmmCleaner.pm view on Meta::CPAN
package Bio::MUST::Apps::HmmCleaner;
# ABSTRACT: Main class for HmmCleaner
# CONTRIBUTOR: Denis BAURAIN <denis.baurain@uliege.be>
$Bio::MUST::Apps::HmmCleaner::VERSION = '0.243280';
use Moose;
use namespace::autoclean;
use Smart::Comments -ENV;
use List::AllUtils qw/uniq max/;
use Modern::Perl;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bio/MUST/Apps/OmpaPa/Blast.pm view on Meta::CPAN
package Bio::MUST::Apps::OmpaPa::Blast;
# ABSTRACT: internal class for XML BLAST parser
# CONTRIBUTOR: Amandine BERTRAND <amandine.bertrand@doct.uliege.be>
$Bio::MUST::Apps::OmpaPa::Blast::VERSION = '0.201810';
use Moose;
use namespace::autoclean;
use autodie;
use feature qw(say);
use Smart::Comments;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bio/MUST/Apps/TwoScalp/AlignAll.pm view on Meta::CPAN
# ABSTRACT: internal class for two-scalp tool
# CONTRIBUTOR: Amandine BERTRAND <amandine.bertrand@doct.uliege.be>
# CONTRIBUTOR: Valerian LUPO <valerian.lupo@doct.uliege.be>
$Bio::MUST::Apps::TwoScalp::AlignAll::VERSION = '0.243240';
use Moose;
use namespace::autoclean;
use autodie;
use feature qw(say);
use Smart::Comments '###';
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bio/MUST/Core/Ali.pm view on Meta::CPAN
# ABSTRACT: Multiple sequence alignment
# CONTRIBUTOR: Catherine COLSON <ccolson@doct.uliege.be>
# CONTRIBUTOR: Arnaud DI FRANCO <arnaud.difranco@gmail.com>
$Bio::MUST::Core::Ali::VERSION = '0.250380';
use Moose;
use namespace::autoclean;
use autodie;
use feature qw(say);
# use Smart::Comments;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bio/MUST/Drivers/Blast/Database.pm view on Meta::CPAN
package Bio::MUST::Drivers::Blast::Database;
# ABSTRACT: Internal class for BLAST driver
$Bio::MUST::Drivers::Blast::Database::VERSION = '0.242720';
use Moose;
use namespace::autoclean;
use autodie;
use feature qw(say);
use Carp;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bio/Palantir/Explorer/ClusterFasta.pm view on Meta::CPAN
package Bio::Palantir::Explorer::ClusterFasta;
# ABSTRACT: Explorer internal class for handling ClusterFasta objects
$Bio::Palantir::Explorer::ClusterFasta::VERSION = '0.211420';
use Moose;
use namespace::autoclean;
use Data::UUID;
use Bio::MUST::Core;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bio/Protease.pm view on Meta::CPAN
# ABSTRACT: Digest your protein substrates with customizable specificity
use Moose 1.23;
use MooseX::ClassAttribute;
use Bio::Protease::Types qw(ProteaseRegex ProteaseName);
use namespace::autoclean;
with qw(
Bio::ProteaseI
Bio::Protease::Role::Specificity::Regex
Bio::Protease::Role::WithCache
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bio/RNA/BarMap/Mapping.pm view on Meta::CPAN
use 5.012;
use warnings;
use Moose;
use MooseX::StrictConstructor;
use namespace::autoclean;
use autodie qw(:all);
use Scalar::Util qw(reftype);
use List::Util qw(any);
use File::Spec;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bio/RNA/Barriers/Minimum.pm view on Meta::CPAN
use warnings;
use Moose;
use MooseX::StrictConstructor;
use Moose::Util::TypeConstraints;
use namespace::autoclean;
use autodie qw(:all);
use overload q{""} => 'stringify';
use Scalar::Util qw(blessed);
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bio/RNA/RNAaliSplit/AliFeature.pm view on Meta::CPAN
# different alignments of the same sequences
package Bio::RNA::RNAaliSplit::AliFeature;
use Moose;
use namespace::autoclean;
use version; our $VERSION = qv('0.11');
use diagnostics;
use Data::Dumper;
use Carp;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bio/RNA/Treekin/MultiRecord.pm view on Meta::CPAN
use strict;
use warnings;
use Moose;
use MooseX::StrictConstructor;
use namespace::autoclean;
use autodie qw(:all);
extends 'IO::File::RecordStream';
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bio/SeqAlignment/Components/SeqMapping/Dataflow/Linear.pm view on Meta::CPAN
use Moose::Role;
use Carp;
use MCE;
use MCE::Candy;
use namespace::autoclean;
requires 'seq_align'; ## the method that does (pseudo)alignment mapping & reductions
requires 'cleanup';
sub sim_seq_search {
view all matches for this distribution
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
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
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
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
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
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
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:
view all matches for this distribution