tools of the cpan ninja

Post on 17-May-2015

3.858 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Tools of the CPAN Ninja

ComprehensivePerlArchiveNetwork

cpan.org

Mirror

Mirror

Mirror

Mirror

Mirror

Distribution(distro)

DBIx-ResultSet

0.13

DBIx-ResultSet-0.13.tar.gz

MANIFESTChangesLICENSEMANIFESTMETA.ymlMakefile.PLREADMElib/DBIx/ResultSet.pmlib/DBIx/ResultSet/Connector.pmlib/DBIx/ResultSet/Cookbook.podt/00-compile.tt/abstract.tt/auto_pk.tt/connector.tt/date_time_format.tt/release-pod-coverage.tt/release-pod-syntax.t

ChangesRevision history for Perl extension DBIx::ResultSet.

0.13 2010-05-11 - Doc edits.

0.12 2010-05-07 - The value of an auto incrementing column can now be retrieved after an INSERT, but it currently only works for MySQL and SQLite. - Fix some doc typos.

0.11 2010-05-06 - Add AUTHOR and LICENSE sections to modules. - Many documentation edits. - Added a new Cookbook.pod.

. . .

LICENSEThis software is copyright (c) 2010 by Aran Deltac.

This is free software; you can redistribute it and/or modify it underthe same terms as the Perl 5 programming language system itself.

Terms of the Perl programming language system itself

a) the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, orb) the "Artistic License"

--- The GNU General Public License, Version 1, February 1989 ---

This software is Copyright (c) 2010 by Aran Deltac.

This is free software, licensed under:

. . .

META.yml---abstract: 'Lightweight SQL query building and execution.'author: - 'Aran Deltac <bluefeet@gmail.com>'build_requires: DBD::SQLite: 1.29 DateTime: 0.55 DateTime::Format::SQLite: 0.11 Test::Exception: 0.29 Test::Simple: 0.94configure_requires: ExtUtils::MakeMaker: 6.31license: perlmeta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html version: 1.4name: DBIx-ResultSetrecommends: {}

. . .

Makefile.PLuse strict;use warnings;

use ExtUtils::MakeMaker 6.31;

my %WriteMakefileArgs = ( 'test' => { 'TESTS' => 't/*.t' }, 'NAME' => 'DBIx::ResultSet', 'DISTNAME' => 'DBIx-ResultSet', 'CONFIGURE_REQUIRES' => { 'ExtUtils::MakeMaker' => '6.31' }, 'AUTHOR' => 'Aran Deltac <bluefeet@gmail.com>', 'BUILD_REQUIRES' => { 'DateTime' => '0.55', 'DateTime::Format::SQLite' => '0.11', 'Test::Exception' => '0.29', 'DBD::SQLite' => '1.29',

. . .

README

This archive contains the distribution DBIx-ResultSet,version 0.13:

Lightweight SQL query building and execution.

This software is copyright (c) 2010 by Aran Deltac.

This is free software; you can redistribute it and/or modify it underthe same terms as the Perl 5 programming language system itself.

Author Tools

PAUSE

PAUSE

BackPan

RT

RT

CPAN Testers

CPAN Testers

CPAN Testers

CPAN Testers

CPAN Testers

CPAN Testers

CPAN Testers

CPAN::Forum

CPAN Ratings

module-authors

Installing a Distribution

The CPAN Module

MakeMaker

• Makefile.PL

Module::Build

• Build.PL

Module::Install

• Makefile.PL• inc/Module/Install.pm• inc/Module/Install/*.pm

Dist::Zilla

• Makefile.PL

dist.ini

dzil

buildREADME

MANIFEST

Changes

META.yml

Makefile.pl

releaseRCS Version PAUSE

top related