Pinto 0.067 Deleted
Kwalitee Issues
This is not the latest release. The following issues may have already been fixed in the newer releases.
- no_files_to_be_skipped
-
Fix MANIFEST.SKIP or use an authoring tool which respects MANIFEST.SKIP. Note that each entry in MANIFEST.SKIP is a regular expression. You may need to add appropriate meta characters not to ignore necessary stuff.
Error: tmp
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
| Name | Abstract | Version | View |
|---|---|---|---|
| Pinto | Curate a repository of Perl modules | 0.067 | metacpan |
| Pinto::Action | Base class for all Actions | 0.067 | metacpan |
| Pinto::Action::Add | Add a local distribution into the repository | 0.067 | metacpan |
| Pinto::Action::Clean | Remove orphaned archives | 0.067 | metacpan |
| Pinto::Action::Copy | Create a new stack by copying another | 0.067 | metacpan |
| Pinto::Action::Default | Set the default stack | 0.067 | metacpan |
| Pinto::Action::Delete | Delete archives from the repository | 0.067 | metacpan |
| Pinto::Action::Diff | Show the difference between two stacks | 0.067 | metacpan |
| Pinto::Action::Install | Install packages from the repository | 0.067 | metacpan |
| Pinto::Action::Kill | Permanently delete a stack | 0.067 | metacpan |
| Pinto::Action::List | List the contents of a stack | 0.067 | metacpan |
| Pinto::Action::Lock | Lock a stack to prevent future changes | 0.067 | metacpan |
| Pinto::Action::Log | Show revision log for a stack | 0.067 | metacpan |
| Pinto::Action::New | Create a new empty stack | 0.067 | metacpan |
| Pinto::Action::Nop | A no-op action | 0.067 | metacpan |
| Pinto::Action::Pin | Force a package to stay in a stack | 0.067 | metacpan |
| Pinto::Action::Props | Show or change stack properties | 0.067 | metacpan |
| Pinto::Action::Pull | Pull upstream distributions into the repository | 0.067 | metacpan |
| Pinto::Action::Register | Register packages from existing archives on a stack | 0.067 | metacpan |
| Pinto::Action::Rename | Change the name of a stack | 0.067 | metacpan |
| Pinto::Action::Stacks | List known stacks in the repository | 0.067 | metacpan |
| Pinto::Action::Statistics | Report statistics about the repository | 0.067 | metacpan |
| Pinto::Action::Unlock | Unlock a stack to allow future changes | 0.067 | metacpan |
| Pinto::Action::Unpin | Loosen a package that has been pinned | 0.067 | metacpan |
| Pinto::Action::Unregister | Unregister packages from a stack | 0.067 | metacpan |
| Pinto::Action::Verify | Report distributions that are missing | 0.067 | metacpan |
| Pinto::ArchiveUnpacker | Unpack an archive into a temporary directory | 0.067 | metacpan |
| Pinto::Chrome | Base class for interactive interfaces | 0.067 | metacpan |
| Pinto::Chrome::Term | Interface for terminal-based interaction | 0.067 | metacpan |
| Pinto::CommitMessage | Utility class for commit message templates | 0.067 | metacpan |
| Pinto::Config | Internal configuration for a Pinto repository | 0.067 | metacpan |
| Pinto::Database | Interface to the Pinto database | 0.067 | metacpan |
| Pinto::Difference | Compute difference between two revisions | 0.067 | metacpan |
| Pinto::DifferenceEntry | 0.067 | metacpan | |
| Pinto::IndexCache | Manages indexes files from upstream repositories | 0.067 | metacpan |
| Pinto::IndexWriter | Write records to an 02packages.details.txt file | 0.067 | metacpan |
| Pinto::Initializer | Initializes a new Pinto repository | 0.067 | metacpan |
| Pinto::Locker | Manage locks to synchronize concurrent operations | 0.067 | metacpan |
| Pinto::Migrator | Migrate an existing repository to a new version | 0.067 | metacpan |
| Pinto::ModlistWriter | Generates a stub 03modlist.data.gz file | 0.067 | metacpan |
| Pinto::PackageExtractor | Extract packages provided/required by a distribution archive | 0.067 | metacpan |
| Pinto::PrerequisiteWalker | Iterates through distribution prerequisites | 0.067 | metacpan |
| Pinto::Repository | Coordinates the database, files, and indexes | 0.067 | metacpan |
| Pinto::Result | The result from running an Action | 0.067 | metacpan |
| Pinto::RevisionWalker | Iterates through distribution prerequisites | 0.067 | metacpan |
| Pinto::Role::Committable | Role for actions that commit changes to the repository | 0.067 | metacpan |
| Pinto::Role::FileFetcher | Something that fetches remote files | 0.067 | metacpan |
| Pinto::Role::Installer | Something pulls packages to a stack | 0.067 | metacpan |
| Pinto::Role::Plated | Something that has chrome plating | 0.067 | metacpan |
| Pinto::Role::Puller | Something pulls packages to a stack | 0.067 | metacpan |
| Pinto::Role::Schema::Result | Attributes and methods for all Schema::Result objects | 0.067 | metacpan |
| Pinto::Role::Transactional | Role for actions that are transactional | 0.067 | metacpan |
| Pinto::Schema | The DBIx::Class::Schema for Pinto | 0.067 | metacpan |
| Pinto::Schema::Result::Ancestry | Represents the relationship between revisions | 0.067 | metacpan |
| Pinto::Schema::Result::Distribution | Represents a distribution archive | 0.067 | metacpan |
| Pinto::Schema::Result::Package | Represents a Package provided by a Distribution | 0.067 | metacpan |
| Pinto::Schema::Result::Prerequisite | Represents a Distribution -> Package dependency | 0.067 | metacpan |
| Pinto::Schema::Result::Registration | Represents the relationship between a Package and a Stack | 0.067 | metacpan |
| Pinto::Schema::Result::Revision | Represents a set of changes to a stack | 0.067 | metacpan |
| Pinto::Schema::Result::Stack | Represents a named set of Packages | 0.067 | metacpan |
| Pinto::Schema::ResultSet::Distribution | Common queries for Distributions | 0.067 | metacpan |
| Pinto::Schema::ResultSet::Package | Common queries for Packages | 0.067 | metacpan |
| Pinto::Schema::ResultSet::Registration | Common queries for Registrations | 0.067 | metacpan |
| Pinto::Statistics | Report statistics about a Pinto repository | 0.067 | metacpan |
| Pinto::Store | Storage for distribution archives | 0.067 | metacpan |
| Pinto::Tester | A class for testing a Pinto repository | 0.067 | metacpan |
| Pinto::Tester::Util | Static helper functions for testing | 0.067 | metacpan |