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

Search results for "DUFF"

WWW::Myspace - Access MySpace.com profile information from Perl River stage zero No dependents

STEVENC/WWW-Myspace-0.92 - 29 Jan 2009 13:45:39 UTC - Search in distribution

Inline::CPP - Write Perl subroutines and classes in C++. River stage two • 6 direct dependents • 13 total dependents

The Inline::CPP module allows you to put C++ source code directly "inline" in a Perl script or module. You code classes or functions in C++, and you can use them as if they were written in Perl....

DAVIDO/Inline-CPP-0.80 - 19 Apr 2019 14:57:11 UTC - Search in distribution

Spreadsheet::WriteExcel - Write to a cross-platform Excel binary file. River stage two • 33 direct dependents • 46 total dependents

The Spreadsheet::WriteExcel Perl module can be used to create a cross-platform Excel binary file. Multiple worksheets can be added to a workbook and formatting can be applied to cells. Text, numbers, formulas, hyperlinks, images and charts can be wri...

JMCNAMARA/Spreadsheet-WriteExcel-2.40 - 07 Nov 2013 00:47:02 UTC - Search in distribution

Starch - A framework independent HTTP session library. River stage two • 10 direct dependents • 10 total dependents

Welcome to Starch! Starch solves the problems introduced when complex HTTP session libraries are written as web framework built-ins. When complex libraries like these are tied directly into a web framework they become much more difficult to test, dif...

BLUEFEET/Starch-0.14 - 13 May 2019 02:14:22 UTC - Search in distribution

Dancer2 - Lightweight yet powerful web application framework River stage three • 156 direct dependents • 176 total dependents

Dancer2 is the new generation of Dancer, the lightweight web-framework for Perl. Dancer2 is a complete rewrite based on Moo. Dancer2 can optionally use XS modules for speed, but at its core remains fatpackable (packable by App::FatPacker) so you coul...

CROMEDOME/Dancer2-1.1.0 - 12 Dec 2023 01:29:05 UTC - Search in distribution

Prima::Drawable - generic 2-D graphic interface River stage two • 17 direct dependents • 19 total dependents

Prima::Drawable is a descendant of the Prima::Component class. It provides access to the system graphic context and canvas through its methods and properties. The Prima::Drawable descendants Prima::Widget, Prima::Image, Prima::DeviceBitmap, and Prima...

KARASIK/Prima-1.72 - 31 Jan 2024 09:42:17 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

Font::TTF::Font - Memory representation of a font River stage two • 6 direct dependents • 52 total dependents

A Truetype font consists of a header containing a directory of tables which constitute the rest of the file. This class holds that header and directory and also creates objects of the appropriate type for each table within the font. Note that it does...

BHALLISSY/Font-TTF-1.06 - 25 Aug 2016 01:26:48 UTC - Search in distribution

Perl6::Doc - Perl 6 documentation River stage one • 2 direct dependents • 2 total dependents

Currently included in this distribution: Design docs Apocalypses (outdated) Larry Wall started the Apocalypse (latin for revelation) series as a systematic way of answering the RFCs (Request For Comments) that started the design process for Perl 6. E...

HINRIK/Perl6-Doc-0.47 - 06 Dec 2010 03:25:27 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

Dir::Manifest - treat a directory and a manifest file as a hash/dictionary of keys to texts or blobs River stage one • 3 direct dependents • 6 total dependents

Here is the primary use case: you have several long texts (and/or binary blobs) that you wish to load from the code (e.g: for the "want"/expected values of tests) and you wish to conventiently edit them, track them and maintain them. Using Dir::Manif...

SHLOMIF/Dir-Manifest-0.6.1 - 28 Jan 2020 13:58:11 UTC - Search in distribution

PDF::API3::Compat::API2::Basic::TTF::Font - Memory representation of a font River stage zero No dependents

A Truetype font consists of a header containing a directory of tables which constitute the rest of the file. This class holds that header and directory and also creates objects of the appropriate type for each table within the font. Note that it does...

OTTO/PDF-API3-3.001 - 25 Apr 2009 23:23:46 UTC - Search in distribution

HTML::FormHelpers - Useful routines for generating HTML form elements River stage one • 1 direct dependent • 1 total dependent

NOTE: This module is very alpha code. *Use at your own risk!* This module has some handy routines for creating HTML form elements. Each helper routine may optionally pass an object as its first argument. It is expected that this object will have an a...

DUFF/HTML-FormHelpers-0.004 - 02 Apr 2013 18:33:28 UTC - Search in distribution

Dancer::Plugin::TTHelpers - Useful routines for generating HTML for use with Dancer + TT River stage zero No dependents

NOTE: this module is very alpha code. *Use at your own risk* Background I was working on a Dancer app and got tired of using the normal Template Toolkit mechanisms for generating forms. Also, I got tired of writing the boiler-plate for CSS and Javasc...

DUFF/Dancer-Plugin-TTHelpers-0.005 - 02 Oct 2012 19:59:32 UTC - Search in distribution

Module::Install::RPM - require certain RPMs be installed River stage zero No dependents

Provide a mechanism for a Perl module to require that certain RPMs are installed and that they optionally meet some minimum version requirements. NOTE: This is only useful for Linux distributions that utilize the RedHat Package Manager to maintain pa...

DUFF/Module-Install-RPM-0.01 - 13 Jul 2010 21:07:52 UTC - Search in distribution

Dist::Zilla::Plugin::SvnObtain - obtain files from a subversion repository before building a distribution River stage one • 1 direct dependent • 1 total dependent

Uses SVN::Client to obtain files from a subversion repository for inclusion in a distribution made with Dist::Zilla. "[SvnObtain]" sections in your dist.ini file describe a set of Subversion repositories that will be downloaded into the current direc...

DUFF/Dist-Zilla-Plugin-SvnObtain-0.02 - 11 Aug 2010 00:37:30 UTC - Search in distribution

Dist::Zilla::Plugin::GitObtain - obtain files from a git repository before building a distribution River stage one • 1 direct dependent • 1 total dependent

This module uses Git::Wrapper to obtain files from git repositories before building a distribution. Projects downloaded via git would be placed into the current directory by default. To specify an alternate location, use the "--git_dir" option. This ...

DUFF/Dist-Zilla-Plugin-GitObtain-0.06 - 03 Feb 2012 06:29:51 UTC - Search in distribution

Dist::Zilla::Plugin::TemplateFiles - Use files to template a distribution River stage one • 1 direct dependent • 1 total dependent

Utilize Text::Template to turn certain files into templates. Each template has available to it the $dist variable that is the instance of Dist::Zilla currently running. Only those files listed in "dist.ini" as "filename = blah" will be considered tem...

DUFF/Dist-Zilla-Plugin-TemplateFiles-0.03 - 06 Jul 2015 13:24:20 UTC - Search in distribution
19 results (0.033 seconds)