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

Changes for version 0.065_05 - 2013-03-20

  • Fixed bug that caused lots of "uninitialized" warnings.

Changes for version 0.065_04 - 2013-03-20

  • !! DEVELOPER RELEASE !!
  • This requires App::Pinto 0.065_03 for the front end. Still not compatible with any existing Pinto::Remote.
  • Switched from using LWP to HTTP::Tiny to reduce non-core depencencies. Let me know if you see problems using https
  • Fixed bug that would cause Pinto to blow up when generating very large diffs.
  • Redesigned exception handling.
  • Most classes now use MooseX::StrictConstructor now.

Changes for version 0.065_03 - 2013-03-19

  • !! DEVELOPER RELEASE !!
  • This requires App::Pinto 0.065_02 for the front end. Still not compatible with any existing Pinto::Remote.
  • The interface with the terminal has been completely redesigned. You'll see fewer (but hopefully better) diagnostic messages when running in verbose mode. And if not verbose, then you'll see a progress meter. If you still want to see all the gory details, then set the PINTO_DEBUG environment variable.
  • The logger has been completely removed, so Pinto no longer records diagnostic messages. Recording them never proved to be useful anyway. All the important changes to the stacks are still recorded in the revision log though.
  • Still works with any repository created with Pinto 0.065_01 or later. So no migration required for those. For older repositories, see the IMPORTANT note down below under the 0.065_01 release.

Changes for version 0.065_02 - 2013-03-15

  • !! DEVELOPER RELEASE !!
  • This requires App::Pinto 0.065_01 for the front end. Still not compatible with any existing Pinto::Remote.
  • 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
Base class for interactive interfaces
Interface for terminal-based interaction
Utility class for constructing commit messages
Internal configuration for a Pinto repository
Interface to the Pinto database
Compute difference between two revisions
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
Migrate an existing repository to a new version
Generates a stub 03modlist.data.gz file
Extract packages provided/required by a distribution archive
Iterates through distribution prerequisites
Coordinates the database, files, and indexes
The result from running an Action
Iterates through distribution prerequisites
Role for actions that commit changes to the repository
Something that fetches remote files
Something pulls packages to a stack
Something that has chrome plating
Something pulls packages to a stack
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
Storage for distribution archives
A class for testing a Pinto repository
Static helper functions for testing

Provides

in lib/Pinto/Difference.pm