The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "SCHWIGON"

Task::BeLike::SCHWIGON - Modules SCHWIGON uses River stage zero No dependents

SCHWIGON/Task-BeLike-SCHWIGON-0.007 - 03 May 2016 06:23:19 UTC - Search in distribution

Dist::Zilla::PluginBundle::SCHWIGON - Build your distributions like SCHWIGON does River stage one • 1 direct dependent • 1 total dependent

This is the Dist::Zilla configuration I use to build my distributions. It is roughly equivalent to: [@Basic] [MetaConfig] [MetaJSON] [PkgVersion] [PodSyntaxTests] [PodCoverageTests] [Test::NoTabs] [Test::EOL] [MetaResources] repository.type = git rep...

SCHWIGON/Dist-Zilla-PluginBundle-SCHWIGON-0.019 - 29 Apr 2016 09:34:27 UTC - Search in distribution

Pod::Weaver::PluginBundle::SCHWIGON - Document your modules like SCHWIGON does River stage one • 2 direct dependents • 2 total dependents

This is the Pod::Weaver config I use for building my documentation. I use it via Dist::Zilla::PluginBundle::SCHWIGON....

SCHWIGON/Pod-Weaver-PluginBundle-SCHWIGON-0.003 - 14 Sep 2015 04:40:30 UTC - Search in distribution

end River stage two • 27 direct dependents • 74 total dependents

SCHWIGON/Class-MethodMaker-2.24 - 31 Mar 2015 15:54:24 UTC - Search in distribution

perl5160delta - what is new for perl v5.16.0 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the 5.14.0 release and the 5.16.0 release. If you are upgrading from an earlier release such as 5.12.0, first read perl5140delta, which describes differences between 5.12.0 and 5.14.0. Some bug fixes in thi...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

Pinto - Curate a repository of Perl modules River stage one • 3 direct dependents • 5 total dependents

Pinto is an application for creating and managing a custom CPAN-like repository of Perl modules. The purpose of such a repository is to provide a stable, curated stack of dependencies from which you can reliably build, test, and deploy your applicati...

THALJEF/Pinto-0.14 - 06 Aug 2017 07:31:17 UTC - Search in distribution

dpath - cmdline tool around Data::DPath River stage one • 1 direct dependent • 1 total dependent

SCHWIGON/App-DPath-0.11 - 20 Feb 2019 15:39:37 UTC - Search in distribution

TAP::DOM - TAP as Document Object Model. River stage two • 9 direct dependents • 30 total dependents

The purpose of this module is A) to define a reliable data structure (a DOM) B) create a DOM from TAP C) recreate TAP from a DOM That is useful when you want to analyze the TAP in detail with "data exploration tools", like Data::DPath. ``Reliable'' m...

SCHWIGON/TAP-DOM-0.98 - 19 Mar 2023 13:33:35 UTC - Search in distribution

xogtool - Frontend tool to Clarity::XOG::Merge River stage zero No dependents

SCHWIGON/Clarity-XOG-Merge-1.001 - 01 Jul 2011 13:56:46 UTC - Search in distribution

Dist::Zilla - distribution builder; installer not included! River stage three • 655 direct dependents • 710 total dependents

Dist::Zilla builds distributions of code to be uploaded to the CPAN. In this respect, it is like ExtUtils::MakeMaker, Module::Build, or Module::Install. Unlike those tools, however, it is not also a system for installing code that has been downloaded...

RJBS/Dist-Zilla-6.031 - 21 Nov 2023 01:20:56 UTC - Search in distribution

tprove - Tapper - alternative 'prove' which uploads results to a Tapper server River stage zero No dependents

TAPPER/App-Tapper-prove-0.002 - 04 Jul 2013 13:27:42 UTC - Search in distribution
  • App::Tapper::prove - Tapper - tprove - alternative 'prove' which reports results to Tapper

bootstrap-perl - Bootstrap Perl inclusive CPAN from git River stage one • 1 direct dependent • 4 total dependents

SCHWIGON/App-Bootstrap-Perl-0.18 - 17 Sep 2021 20:11:34 UTC - Search in distribution

DBIx::Class - Extensible and flexible object <-> relational mapper. River stage three • 342 direct dependents • 452 total dependents

This is an SQL to OO mapper with an object API inspired by Class::DBI (with a compatibility layer as a springboard for porting) and a resultset API that allows abstract encapsulation of database operations. It aims to make representing queries in you...

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC - Search in distribution

Data::DPath - DPath is not XPath! River stage two • 28 direct dependents • 81 total dependents

SCHWIGON/Data-DPath-0.59 - 24 Jul 2023 11:01:55 UTC - Search in distribution

common::sense - save a tree AND a kitten, use common::sense! River stage four • 155 direct dependents • 2201 total dependents

“Nothing is more fairly distributed than common sense: no one thinks he needs more of it than he already has.” – René Descartes This module implements some sane defaults for Perl programs, as defined by two typical (or not so typical - use your commo...

MLEHMANN/common-sense-3.75 - 02 Apr 2020 07:54:39 UTC - Search in distribution

MooseX::Method::Signatures - (DEPRECATED) Method declarations with type constraints and no source filter River stage two • 18 direct dependents • 63 total dependents

Provides a proper method keyword, like "sub" but specifically for making methods and validating their arguments against Moose type constraints....

ETHER/MooseX-Method-Signatures-0.49 - 07 Oct 2015 01:12:04 UTC - Search in distribution

benchmark-perlformance - Frontend for Benchmark::Perl::Formance River stage one • 2 direct dependents • 7 total dependents

SCHWIGON/Benchmark-Perl-Formance-0.55 - 17 Sep 2021 12:36:46 UTC - Search in distribution

Moose::Autobox - Autoboxed wrappers for Native Perl datatypes River stage three • 64 direct dependents • 124 total dependents

Moose::Autobox provides an implementation of SCALAR, ARRAY, HASH & CODE for use with autobox. It does this using a hierarchy of roles in a manner similar to what Perl 6 *might* do. This module, like Class::MOP and Moose, was inspired by my work on th...

ETHER/Moose-Autobox-0.16 - 03 May 2016 01:34:52 UTC - Search in distribution

signatures - Subroutine signatures with no source filter River stage one • 4 direct dependents • 5 total dependents

With this module, we can specify subroutine signatures and have variables automatically defined within the subroutine. For example, you can write sub square ($num) { return $num * $num; } and it will be automatically turned into the following at comp...

ETHER/signatures-0.14 - 03 May 2019 05:41:25 UTC - Search in distribution

tap-waive - frontend to TAP::DOM::Waivers River stage zero No dependents

SCHWIGON/TAP-DOM-Waivers-0.003 - 10 Sep 2020 07:35:28 UTC - Search in distribution
58 results (0.048 seconds)