Pinto 0.040_001 Deleted
Kwalitee Issues
This is not the latest release. The following issues may have already been fixed in the newer releases.
No Core Issues.
- 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 |
---|---|---|---|
App::Pinto::Admin | Command-line driver for Pinto::Admin | 0.040_001 | metacpan |
App::Pinto::Admin::Command | Base class for pinto-admin commands | 0.040_001 | metacpan |
App::Pinto::Admin::Command::add | add local distributions to the repository | 0.040_001 | metacpan |
App::Pinto::Admin::Command::create | create a new empty repository | 0.040_001 | metacpan |
App::Pinto::Admin::Command::list | list the contents of a stack | 0.040_001 | metacpan |
App::Pinto::Admin::Command::manual | show the full manual for a command | 0.040_001 | metacpan |
App::Pinto::Admin::Command::nop | initialize Pinto and exit | 0.040_001 | metacpan |
App::Pinto::Admin::Command::pin | force a package to stay in a stack | 0.040_001 | metacpan |
App::Pinto::Admin::Command::pull | pull distributions from upstream repositories | 0.040_001 | metacpan |
App::Pinto::Admin::Command::stack | manage stacks within the repository | 0.040_001 | metacpan |
App::Pinto::Admin::Command::statistics | report statistics about the repository | 0.040_001 | metacpan |
App::Pinto::Admin::Command::unpin | free a packages that have been pinned | 0.040_001 | metacpan |
App::Pinto::Admin::Command::verify | report distributions that are missing | 0.040_001 | metacpan |
App::Pinto::Admin::Command::version | show version information | 0.040_001 | metacpan |
App::Pinto::Admin::DispatchingCommand | Base class for pinto-admin commands that redispatch to subcommands | 0.040_001 | metacpan |
App::Pinto::Admin::Subcommand | Base class for pinto-admin subcommands | 0.040_001 | metacpan |
App::Pinto::Admin::Subcommand::stack::copy | create a new stack by copying another | 0.040_001 | metacpan |
App::Pinto::Admin::Subcommand::stack::create | create a new empty stack | 0.040_001 | metacpan |
App::Pinto::Admin::Subcommand::stack::edit | change stack properties | 0.040_001 | metacpan |
App::Pinto::Admin::Subcommand::stack::list | show stacks (or their contents) | 0.040_001 | metacpan |
App::Pinto::Admin::Subcommand::stack::merge | merge one stack into another | 0.040_001 | metacpan |
App::Pinto::Admin::Subcommand::stack::props | show stack properties | 0.040_001 | metacpan |
Pinto | Curate a repository of Perl modules | 0.040_001 | metacpan |
Pinto::Action | Base class for all Actions | 0.040_001 | metacpan |
Pinto::Action::Add | Add a local distribution into the repository | 0.040_001 | metacpan |
Pinto::Action::List | List the contents of a stack | 0.040_001 | metacpan |
Pinto::Action::Nop | A no-op action | 0.040_001 | metacpan |
Pinto::Action::Pin | Force a package to stay in a stack | 0.040_001 | metacpan |
Pinto::Action::Pull | Pull upstream distributions into the repository | 0.040_001 | metacpan |
Pinto::Action::Stack::Copy | An action to create a new stack by copying another | 0.040_001 | metacpan |
Pinto::Action::Stack::Create | Create a new empty stack | 0.040_001 | metacpan |
Pinto::Action::Stack::Edit | Change stack properties | 0.040_001 | metacpan |
Pinto::Action::Stack::List | List known stacks in the repository | 0.040_001 | metacpan |
Pinto::Action::Stack::Merge | Merge packages from one stack into another | 0.040_001 | metacpan |
Pinto::Action::Stack::Props | Show stack properties | 0.040_001 | metacpan |
Pinto::Action::Statistics | Report statistics about the repository | 0.040_001 | metacpan |
Pinto::Action::Unpin | Loosen a package that has been pinned | 0.040_001 | metacpan |
Pinto::Action::Verify | Verify all distributions are present in the repository | 0.040_001 | metacpan |
Pinto::Config | Internal configuration for a Pinto repository | 0.040_001 | metacpan |
Pinto::Creator | Creates a new Pinto repository | 0.040_001 | metacpan |
Pinto::Database | Interface to the Pinto database | 0.040_001 | metacpan |
Pinto::Exception | Base class for Pinto exceptions | 0.040_001 | metacpan |
Pinto::IndexCache | Manages indexes files from remote repositories | 0.040_001 | metacpan |
Pinto::IndexWriter | Write records to an 02packages.details.txt file | 0.040_001 | metacpan |
Pinto::Locker | Synchronize concurrent Pinto actions | 0.040_001 | metacpan |
Pinto::Logger | Record events in the repository log file (and elsewhere). | 0.040_001 | metacpan |
Pinto::PackageExtractor | Extract packages provided/required by a distribution archive | 0.040_001 | metacpan |
Pinto::Repository | Coordinates the database, files, and indexes | 0.040_001 | metacpan |
Pinto::Result | The result from running an Action | 0.040_001 | metacpan |
Pinto::Role::Configurable | Something that has a configuration | 0.040_001 | metacpan |
Pinto::Role::FileFetcher | Something that fetches remote files | 0.040_001 | metacpan |
Pinto::Role::Loggable | Something that wants to log its activity | 0.040_001 | metacpan |
Pinto::Role::PackageImporter | Something that imports packages from another repository | 0.040_001 | metacpan |
Pinto::Role::PathMaker | Something that makes directory paths | 0.040_001 | metacpan |
Pinto::Role::Schema::Result | Attributes and methods for all Schema::Result objects | 0.040_001 | metacpan |
Pinto::Schema | The DBIx::Class::Schema for Pinto | 0.040_001 | metacpan |
Pinto::Schema::Result::Distribution | Represents a distribution archive | 0.040_001 | metacpan |
Pinto::Schema::Result::Package | Represents a Package provided by a Distribution | 0.040_001 | metacpan |
Pinto::Schema::Result::Prerequisite | Represents a Distribution -> Package dependency | 0.040_001 | metacpan |
Pinto::Schema::Result::Registration | Represents the relationship between a Package and a Stack | 0.040_001 | metacpan |
Pinto::Schema::Result::Stack | Represents a named set of Packages | 0.040_001 | metacpan |
Pinto::Schema::Result::StackProperty | Represents stack metadata | 0.040_001 | metacpan |
Pinto::Statistics | Report statistics about a Pinto repository | 0.040_001 | metacpan |
Pinto::Store | Base class for storage of a Pinto repository | 0.040_001 | metacpan |
Pinto::Store::File | Store a Pinto repository on the local filesystem | 0.040_001 | metacpan |
Pinto::Tester | A class for testing a Pinto repository | 0.040_001 | metacpan |
Pinto::Tester::Util | Static helper functions for testing | 0.040_001 | metacpan |
Pinto::Util | Static utility functions for Pinto | 0.040_001 | metacpan |