Projects tagged ‘cpan’ and ‘development’


[12 total ]

199 Users
   

The CPAN module automates or at least simplifies the make and install of perl modules and extensions. It includes some primitive searching capabilities and knows how to use Net::FTP or LWP or some ... [More] external download clients to fetch the distributions from the net. These are fetched from one or more of the mirrored CPAN (Comprehensive Perl Archive Network) sites and unpacked in a dedicated directory. The CPAN module also supports the concept of named and versioned bundles of modules. Bundles simplify the handling of sets of related modules. [Less]
Created over 2 years ago.

18 Users
 

Jifty is a way to build web applications.
Created over 3 years ago.

15 Users
   

300+ CPAN Modules in one repository
Created over 3 years ago.

8 Users
 

The Perl Archive (PAR) Toolkit helps create single-file bundles of Perl code, analogous to Java's JAR files. PAR can optionally create standalone executables that bundle the entire Perl interpreter to enable deployment to machines that lack Perl.
Created over 2 years ago.

3 Users

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 ... [More] system for installing code that has been downloaded from the CPAN. Since it's only run by authors, and is meant to be run on a repository checkout rather than on published, released code, it can do much more than those tools, and is free to make much more ludicrous demands in terms of prerequisites. [Less]
Created 3 months ago.

2 Users
   

beautiful and comfortable Texteditor written in Perl
Created about 1 year ago.

2 Users
 

The purpose of this Perl module and its plugin modules is to speed up the execution of a program at the expense of a longer startup time. AutoXS::Accessor comes with this same distribution as an ... [More] example plugin. AutoXS plugins use the B and B::Utils modules to scan all subroutines (or methods) in the calling package for certain patterns. If a subroutine complies with such a pattern, it is replaced with an XS subroutine that has the same function. AutoXS::Accessor uses Class::XSAccessor to generate the fast replacement accessors. [Less]
Created about 1 year ago.

1 Users

Standalone, extensible Perl module installer that is included into distribution.
Created 9 months ago.

1 Users

Sub::Assert is a Perl module that implements subroutine pre- and postconditions. Furthermore, it allows restricting a subroutine's calling context.
Created about 1 year ago.

1 Users

Perl interface to libnotify.
Created over 2 years ago.