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

Changes for version 0.065_02 - 2013-03-15

  • The Delete action didn't actually delete the archive. Now it does! Added some more tests too.

Changes for version 0.065_01 - 2013-03-15

  • !! DEVELOPER RELEASE !!
    • This requires App::Pinto 0.065_01 for the front end. It is not compatible with Pinto::Server at the moment.
    • IMPORTANT:
    • Bad news: This version of pinto is not compatible with *existing* repositories. To migrate, you'll need to create a new repository (using this version of pinto) and then "pull" all the distributons from your old repository into the new one. Repeat this process for each stack. Unfortunatley, you will loose your revision history. If you bug me about it, I'll write a script to automate this for you. I am thaljef@cpan.org.
    • Good news: This version of pinto has hooks to do future migrations automatically. So any repository you create with *this version* of pinto can be easily migrated to any future versions. I'm also pretty confident that the schema is now stable, so a migration will not be required for a while.
    • Also: Several classes have been renamed or removed. I strongly recommend removing your current installation of Pinto and App::Pinto before installing this one. This will remove things that are no longer supported.
    • Finally: A *lot* has changed in this release. But none of it is documented here because the internals of Pinto are all private. Instead, Please see the Changes file in App-Pinto-0.065.tar.gz for a description of the public changes.

Documentation

Fetch a distribution and report the package index

Modules

Curate a repository of Perl modules
Base class for all Actions
Add a local distribution into the repository
Remove orphaned archives
Create a new stack by copying another
Set the default stack
Delete archives from the repository
Show the difference between two stacks
Install packages from the repository
Permanently delete a stack
List the contents of a stack
Lock a stack to prevent future changes
Show revision log for a stack
Create a new empty stack
A no-op action
Force a package to stay in a stack
Show or change stack properties
Pull upstream distributions into the repository
Register packages from existing archives on a stack
Change the name of a stack
List known stacks in the repository
Report statistics about the repository
Unlock a stack to allow future changes
Loosen a package that has been pinned
Unregister packages from a stack
Report distributions that are missing
Construct Action objects
Utility class for constructing commit messages
Internal configuration for a Pinto repository
Interface to the Pinto database
Compute difference between two sets of registrations
Manages indexes files from upstream 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).
Migrate an existing repository to a new version
Generates a stub 03modlist.data.gz file
Extract packages provided/required by a distribution archive
Base class for prereq filters
Filters core modules based on specific perl version
Iterates through distribution prerequisites
Coordinates the database, files, and indexes
The result from running an Action
Iterates through distribution prerequisites
Something that wants to colorize strings
Role for actions that commit changes to the repository
Something that has a configuration
Something that fetches remote files
Something that wants to log its activity
Attributes and methods for all Schema::Result objects
Role for actions that are transactional
The DBIx::Class::Schema for Pinto
Represents the relationship between revisions
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 set of changes to a stack
Represents a named set of Packages
Common queries for Distributions
Common queries for Packages
Common queries for Registrations
Report statistics about a Pinto repository
Base class for storage of a Pinto repository
A class for testing a Pinto repository
Static helper functions for testing