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


Array-Queue-Priority

 view release on metacpan or  search on metacpan

lib/Array/Queue/Priority.pm  view on Meta::CPAN

$Array::Queue::Priority::VERSION = '0.1.2';
use Moose;

extends 'Array::Queue';

use namespace::autoclean;


=head1 NAME

Array::Queue::Priority - A custom sorted queue

 view all matches for this distribution


Array-Queue

 view release on metacpan or  search on metacpan

lib/Array/Queue.pm  view on Meta::CPAN

package Array::Queue;
$Array::Queue::VERSION = '0.1.2';
use Moose;

use namespace::autoclean;


=head1 NAME

Array::Queue - A simple fifo queue

 view all matches for this distribution


Array-To-Moose

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

        'Array::GroupBy'            => 0,
        'Moose'                     => 0,
        'MooseX::StrictConstructor' => 0,
        'Params::Validate::Array'   => 0,
        'Carp'                      => 0,
        'namespace::autoclean'      => 0,
        'Test::More'                => 0,
        'Data::Dumper'              => 0,
        'version'                   => 0,
    },

 view all matches for this distribution


Artifactory-Client

 view release on metacpan or  search on metacpan

lib/Artifactory/Client.pm  view on Meta::CPAN

use MooseX::StrictConstructor;
use URI::Escape qw(uri_escape);
use File::Basename qw(basename);
use HTTP::Request::StreamingUpload;

use namespace::autoclean;

=head1 NAME

Artifactory::Client - Perl client for Artifactory REST API

 view all matches for this distribution


Ask

 view release on metacpan or  search on metacpan

lib/Ask.pm  view on Meta::CPAN

	except      => [qw/ Ask::API Ask::Functions Ask::Question /],
	inner       => 0,
	require     => 0,
	sub_name    => '__plugins',
);
use namespace::autoclean;

sub import {
	shift;
	if ( @_ ) {
		require Ask::Functions;

 view all matches for this distribution


AsposeCellsCloud-CellsApi

 view release on metacpan or  search on metacpan

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


package AsposeCellsCloud::Role;
use utf8;

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

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

 view all matches for this distribution


AsposeDiagramCloud-DiagramApi

 view release on metacpan or  search on metacpan

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

#
package AsposeDiagramCloud::Role;
use utf8;

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

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

 view all matches for this distribution


AsposeThreeDCloud-ThreeDCloudApi

 view release on metacpan or  search on metacpan

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

#
package AsposeThreeDCloud::Role;
use utf8;

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

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

 view all matches for this distribution


Assert-Conditional

 view release on metacpan or  search on metacpan

lib/Assert/Conditional.pm  view on Meta::CPAN

use version 0.77;
our $VERSION = version->declare("0.010");

use parent "Exporter::ConditionalSubs";  # inherits from Exporter

use namespace::autoclean;

use Attribute::Handlers;
use Assert::Conditional::Utils ":all";
use Carp qw(carp croak cluck confess);
use POSIX ":sys_wait_h";

lib/Assert/Conditional.pm  view on Meta::CPAN

# script is not installed, and is just a helper.

exit !dump_exports(@ARGV) unless his_is_require(-1);

# This can't execute at the "normal" time or else
# namespace::autoclean's call Sub::Identify freaks:
UNITCHECK { close(DATA) if defined fileno(DATA) }

1;


 view all matches for this distribution


Async-Microservice

 view release on metacpan or  search on metacpan

lib/Async/MicroserviceReq.pm  view on Meta::CPAN

use 5.010;

our $VERSION = '0.04';

use Moose;
use namespace::autoclean;
use URI;
use AnyEvent::IO qw(aio_load);
use Try::Tiny;
use JSON::XS;
use Plack::MIME;

 view all matches for this distribution


Async-Simple-Pool

 view release on metacpan or  search on metacpan

lib/Async/Simple/Pool.pm  view on Meta::CPAN

# Proc::Simple - wery similar byt not flexible enough


use Modern::Perl;
use Moose;
use namespace::autoclean;
use Class::Load;
use Clone;
use JSON::XS;

our $VERSION = '0.18';

 view all matches for this distribution


Attach-Stuff

 view release on metacpan or  search on metacpan

lib/Attach/Stuff.pm  view on Meta::CPAN


# ABSTRACT: Attach stuff to other stuff
use v5.14;
use warnings;
use Moose;
use namespace::autoclean;
use SVG;

# According to SVG spec, there are 3.543307 pixels per mm.  See:
# http://www.w3.org/TR/SVG/coords.html#Units
use constant MM_IN_PX  => 3.543307;

 view all matches for this distribution


Authen-Tcpdmatch

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

author         'Ioannis Tambouras <ioannis@cpan.org>';

requires
#     'Getopt::Compact'     => '0.04',
#	     'List::MoreUtils'     => '0.32',
#         'namespace::autoclean'=> '0.12',
#	     'List::Util'          => '1.23',
              'NetAddr::IP'         => '3.14',
              'Attribute::Handlers' => '0.91',
              'Parse::RecDescent'   => '1.965001',
;

 view all matches for this distribution


Authen-U2F-Tester

 view release on metacpan or  search on metacpan

lib/Authen/U2F/Tester.pm  view on Meta::CPAN

use Crypt::PK::ECC;
use Digest::SHA qw(sha256);
use JSON::MaybeXS qw(encode_json);
use List::Util qw(first);
use MIME::Base64 qw(encode_base64url decode_base64url);
use namespace::autoclean;

my $COUNTER = 0;


has key => (

 view all matches for this distribution


Authen-U2F

 view release on metacpan or  search on metacpan

lib/Authen/U2F.pm  view on Meta::CPAN

# ABSTRACT: FIDO U2F library

use warnings;
use strict;

use namespace::autoclean;

use Types::Standard -types, qw(slurpy);
use Type::Params qw(compile);
use Try::Tiny;
use Carp qw(croak);

 view all matches for this distribution


Autoload-AUTOCAN

 view release on metacpan or  search on metacpan

lib/Autoload/AUTOCAN.pm  view on Meta::CPAN

or add an exception for C<AUTOLOAD> as below.

  use Autoload::AUTOCAN;
  use namespace::clean -except => 'AUTOLOAD';

This issue does not seem to occur with L<namespace::autoclean>.

=head1 BUGS

Report any issues on the public bugtracker.

 view all matches for this distribution


Azure-SAS-Timestamp

 view release on metacpan or  search on metacpan

cpanfile.snapshot  view on Meta::CPAN

      Specio::Library::String 0
      Try::Tiny 0
      XSLoader 0
      base 0
      integer 0
      namespace::autoclean 0.19
      overload 0
      parent 0
      perl 5.008004
      strict 0
      warnings 0

cpanfile.snapshot  view on Meta::CPAN

      File::ShareDir::Install 0.03
      List::Util 1.45
      Params::ValidationCompiler 0.13
      Specio::Declare 0
      Specio::Library::String 0
      namespace::autoclean 0.19
      perl 5.008004
      strict 0
      warnings 0
  DateTime-TimeZone-2.39
    pathname: D/DR/DROLSKY/DateTime-TimeZone-2.39.tar.gz

cpanfile.snapshot  view on Meta::CPAN

      Params::ValidationCompiler 0.13
      Specio::Library::Builtins 0
      Specio::Library::String 0
      Try::Tiny 0
      constant 0
      namespace::autoclean 0
      parent 0
      perl 5.008004
      strict 0
      warnings 0
  Devel-StackTrace-2.04

cpanfile.snapshot  view on Meta::CPAN

      Fcntl 0
      Scalar::Util 0
      perl 5.008001
      strict 0
      warnings 0
  namespace-autoclean-0.29
    pathname: E/ET/ETHER/namespace-autoclean-0.29.tar.gz
    provides:
      namespace::autoclean 0.29
    requirements:
      B::Hooks::EndOfScope 0.12
      ExtUtils::MakeMaker 0
      List::Util 0
      Sub::Identify 0

 view all matches for this distribution


BIE-App-PacBio

 view release on metacpan or  search on metacpan

lib/BIE/App/PacBio.pm  view on Meta::CPAN

package BIE::App::PacBio;
our $VERSION = '0.01';
use Moose;
use namespace::autoclean;
use v5.10;
use BIE::Data::HDF5::File;

has 'file' => (is => 'ro',
	       isa => 'Str',

lib/BIE/App/PacBio.pm  view on Meta::CPAN


Moose

=item * 

namespace::autoclean

=item *

PDL, PDL::Graphics::PLplot, Cairo

 view all matches for this distribution


BIE-Data-HDF5-Data

 view release on metacpan or  search on metacpan

lib/BIE/Data/HDF5/Data.pm  view on Meta::CPAN

package BIE::Data::HDF5::Data;
our $VERSION = '0.01';
use Moose;
use namespace::autoclean;
use v5.10;
use BIE::Data::HDF5 ':all';

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

 view all matches for this distribution


BIE-Data-HDF5-File

 view release on metacpan or  search on metacpan

lib/BIE/Data/HDF5/File.pm  view on Meta::CPAN

package BIE::Data::HDF5::File;
our $VERSION = '0.01';
use Moose;
use namespace::autoclean;
use v5.10;
use BIE::Data::HDF5 ':all';
use BIE::Data::HDF5::Path;

has 'h5File' => (

 view all matches for this distribution


BIE-Data-HDF5-Path

 view release on metacpan or  search on metacpan

lib/BIE/Data/HDF5/Path.pm  view on Meta::CPAN

package BIE::Data::HDF5::Path;
our $VERSION = '0.01';
use Moose;
use namespace::autoclean;
use v5.10;
use BIE::Data::HDF5 ':all';
use BIE::Data::HDF5::Data;

has 'id' => (

 view all matches for this distribution


BPM-Engine

 view release on metacpan or  search on metacpan

lib/BPM/Engine.pm  view on Meta::CPAN

    $BPM::Engine::VERSION   = '0.01';
    $BPM::Engine::AUTHORITY = 'cpan:SITETECH';
    }

use 5.010;
use namespace::autoclean;
use Moose;
use MooseX::StrictConstructor;
#use Scalar::Util ();
use BPM::Engine::Exceptions qw/throw_engine/;
use BPM::Engine::Store;

 view all matches for this distribution


Backbone-Events

 view release on metacpan or  search on metacpan

lib/Backbone/Events.pm  view on Meta::CPAN

$Backbone::Events::VERSION = '0.0.3';
use Carp qw(confess);
use List::MoreUtils qw(any none);
use Scalar::Util qw(blessed);
use Moo::Role;
use namespace::autoclean -also => qr/^__/;

# ABSTRACT: a port of the Backbone.js event API


has _bbe_events => (

 view all matches for this distribution


Backup-Duplicity-YADW

 view release on metacpan or  search on metacpan

lib/Backup/Duplicity/YADW.pm  view on Meta::CPAN

package Backup::Duplicity::YADW;
$Backup::Duplicity::YADW::VERSION = '0.12';
$Backup::Duplicity::YADW::VERSION = '0.11';
use Modern::Perl;
use Moose;
use namespace::autoclean;
use warnings FATAL => 'all';
use Smart::Args;
use Carp;
use Config::ApacheFormat;
use File::Basename;

 view all matches for this distribution


Badge-Depot-Plugin-Coverage

 view release on metacpan or  search on metacpan

lib/Badge/Depot/Plugin/Coverage.pm  view on Meta::CPAN

use feature qw/say/;

package Badge::Depot::Plugin::Coverage;

use Moose;
use namespace::autoclean;
use MooseX::AttributeShortcuts;
use Types::Standard qw/Str Bool Num/;
use Types::URI qw/Uri/;
use JSON::MaybeXS 'decode_json';
use Path::Tiny;

 view all matches for this distribution


Badge-Depot-Plugin-Cpantesters

 view release on metacpan or  search on metacpan

lib/Badge/Depot/Plugin/Cpantesters.pm  view on Meta::CPAN

# ABSTRACT: CPAN testers plugin for Badge::Depot
our $AUTHORITY = 'cpan:CSSON'; # AUTHORITY
our $VERSION = '0.0102';

use Moose;
use namespace::autoclean;
use MooseX::AttributeShortcuts;
use Types::Standard qw/Str HashRef/;
use Types::URI qw/Uri/;
use JSON::MaybeXS 'decode_json';
use Path::Tiny;

 view all matches for this distribution


Badge-Depot-Plugin-Githubactions

 view release on metacpan or  search on metacpan

lib/Badge/Depot/Plugin/Githubactions.pm  view on Meta::CPAN

# ABSTRACT: Github Actions plugin for Badge::Depot
our $AUTHORITY = 'cpan:CSSON'; # AUTHORITY
our $VERSION = '0.0100';

use Moose;
use namespace::autoclean;
use Types::Standard qw/Str HashRef Maybe/;
use Path::Tiny;
use JSON::MaybeXS 'decode_json';
with 'Badge::Depot';

 view all matches for this distribution


Badge-Depot-Plugin-Gratipay

 view release on metacpan or  search on metacpan

lib/Badge/Depot/Plugin/Gratipay.pm  view on Meta::CPAN

use warnings;

package Badge::Depot::Plugin::Gratipay;

use Moose;
use namespace::autoclean;
use Types::Standard qw/Str/;
use Types::URI qw/Uri/;
with 'Badge::Depot';

our $VERSION = '0.0103';

 view all matches for this distribution


Badge-Depot-Plugin-Kwalitee

 view release on metacpan or  search on metacpan

lib/Badge/Depot/Plugin/Kwalitee.pm  view on Meta::CPAN

# ABSTRACT: Kwalitee badge for Badge::Depot
our $AUTHORITY = 'cpan:CSSON'; # AUTHORITY
our $VERSION = '0.0103';

use Moose;
use namespace::autoclean;
use MooseX::AttributeShortcuts;
use Types::Standard qw/Str HashRef/;
use Types::URI qw/Uri/;
use JSON::MaybeXS 'decode_json';
use Path::Tiny;

 view all matches for this distribution


Badge-Depot

 view release on metacpan or  search on metacpan

lib/Badge/Depot.pm  view on Meta::CPAN


use Moose::Role;
use Types::URI qw/Uri/;
use Types::Standard qw/Str InstanceOf/;
use MooseX::AttributeShortcuts;
use namespace::autoclean;

has image_url => (
    is => 'rw',
    isa => Uri,
    init_arg => undef,

 view all matches for this distribution


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