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

Changes for version 0.042 - 2012-05-17

  • finally{...} doesn't seem to work properly on older perls, and this caused several test failures. According to the perldelta, 5.14 introduced several changes to exception handling. So I've moved the exception handling into the catch{...} block. I don't know why, but this seems to work better.

Documentation

Modules

Curate a repository of Perl modules
Base class for all Actions
Add a local distribution into the repository
An action to create a new stack by copying another
Delete a stack
Change stack properties
Show the index of a stack
Install packages from the repository
List the contents of a stack
Merge packages from one stack into another
Create a new empty stack
A no-op action
Force a package to stay in a stack
Show stack properties
Pull upstream distributions into the repository
List known stacks in the repository
Report statistics about the repository
Loosen a package that has been pinned
Report distributions that are missing
Internal configuration for a Pinto repository
Interface to the Pinto database
Manages indexes files from remote repositories
Write records to an 02packages.details.txt file
Initializes a new Pinto repository
Manage locks to synchronize concurrent operations
Record events in the repository log file (and elsewhere).
Extract packages provided/required by a distribution archive
Coordinates the database, files, and indexes
The result from running an Action
Something that has a configuration
Something that fetches remote files
Something that wants to log its activity
Something that operates on the repository
Something that makes directory paths
Something that has a pause config attribute
Something that reports about the repository
Attributes and methods for all Schema::Result objects
The DBIx::Class::Schema for Pinto
Represents a distribution archive
Represents a Package provided by a Distribution
Represents a Distribution -> Package dependency
Represents the relationship between a Package and a Stack
Represents a named set of Packages
Represents stack metadata
Report statistics about a Pinto repository
Base class for storage of a Pinto repository
Store a Pinto repository on the local filesystem
A class for testing a Pinto repository
Static helper functions for testing
Static utility functions for Pinto