Movatterモバイル変換


[0]ホーム

URL:


 / 
Pinto-0.14
River stage one • 3 direct dependents • 5 total dependents

Changes for version 0.14 - 2017-08-06

  • BUG FIXES
    • Fixed argument processing in the `reset` and `revert` commands.
    • Fixed some typos in the documentation.
  • OTHER
    • Upgraded to latest Module::CoreList to support newer perls.
    • Switched to an internal fork of Term::EditorEdit to avoid unwanted dependency on deprecated module Any::Moose
    • Switched to using MakeMaker instead of ModuleBuild, now that the later is no longer in core. I recommend installing with UNINST=1 to clean up the cruft from older releases.

Documentation

pinto
Curate a custom repository of Perl modules
pintod
Web interface to a Pinto repository
etc::TODO
Pinto::Manual
Entry point for Pinto documentation
Pinto::Manual::Installing
Tips for installing Pinto
Pinto::Manual::Introduction
Why Pinto exists
Pinto::Manual::QuickStart
A condensed summary of Pinto
Pinto::Manual::Thanks
Thanking the Pinto supporters
Pinto::Manual::Tutorial
A narrative introduction to Pinto

Modules

App::Pinto
Command-line driver for Pinto
App::Pinto::Command
Base class for pinto commands
App::Pinto::Command::add
add local archives to the repository
App::Pinto::Command::clean
remove orphaned distribution archives
App::Pinto::Command::copy
create a new stack by copying another
App::Pinto::Command::default
mark the default stack
App::Pinto::Command::delete
permanently remove an archive
App::Pinto::Command::diff
show difference between two stacks
App::Pinto::Command::help
display a command's help screen
App::Pinto::Command::init
create a new repository
App::Pinto::Command::install
install stuff from the repository
App::Pinto::Command::kill
permanently delete a stack
App::Pinto::Command::list
show the packages in a stack
App::Pinto::Command::lock
mark a stack as read-only
App::Pinto::Command::log
show the revision logs of a stack
App::Pinto::Command::look
unpack and explore distributions with your shell
App::Pinto::Command::manual
show the full manual for a command
App::Pinto::Command::merge
join two stack histories together
App::Pinto::Command::migrate
migrate repository to a new version
App::Pinto::Command::new
create a new empty stack
App::Pinto::Command::nop
do nothing
App::Pinto::Command::pin
force a package to stay in a stack
App::Pinto::Command::props
show or set stack properties
App::Pinto::Command::pull
pull archives from upstream repositories
App::Pinto::Command::register
put existing packages on a stack
App::Pinto::Command::rename
change the name of a stack
App::Pinto::Command::reset
reset stack to a prior revision
App::Pinto::Command::revert
revert stack to a prior revision
App::Pinto::Command::roots
show the roots of a stack
App::Pinto::Command::stacks
show available stacks
App::Pinto::Command::statistics
report statistics about the repository
App::Pinto::Command::thanks
show some gratitude
App::Pinto::Command::unlock
mark a stack as writable
App::Pinto::Command::unpin
free packages that have been pinned
App::Pinto::Command::unregister
remove packages from a stack
App::Pinto::Command::update
update packages to latest versions
App::Pinto::Command::verify
report archives that are missing
Pinto
Curate a repository of Perl modules
Pinto::Action
Base class for all Actions
Pinto::Action::Add
Add a local distribution into the repository
Pinto::Action::Clean
Remove orphaned archives
Pinto::Action::Copy
Create a new stack by copying another
Pinto::Action::Default
Set the default stack
Pinto::Action::Delete
Delete archives from the repository
Pinto::Action::Diff
Show the difference between stacks or revisions
Pinto::Action::Install
Install packages from the repository
Pinto::Action::Kill
Permanently delete a stack
Pinto::Action::List
List the contents of a stack
Pinto::Action::Lock
Lock a stack to prevent future changes
Pinto::Action::Log
Show revision log for a stack
Pinto::Action::Look
Unpack and open a distribution with your shell
Pinto::Action::Merge
Join two stack histories together
Pinto::Action::New
Create a new empty stack
Pinto::Action::Nop
A no-op action
Pinto::Action::Pin
Force a package to stay in a stack
Pinto::Action::Props
Show or change stack properties
Pinto::Action::Pull
Pull upstream distributions into the repository
Pinto::Action::Register
Register packages from existing archives on a stack
Pinto::Action::Rename
Change the name of a stack
Pinto::Action::Reset
Reset stack to a prior revision
Pinto::Action::Revert
Revert stack to a prior revision
Pinto::Action::Roots
Show the roots of a stack
Pinto::Action::Stacks
List known stacks in the repository
Pinto::Action::Statistics
Report statistics about the repository
Pinto::Action::Unlock
Unlock a stack to allow future changes
Pinto::Action::Unpin
Loosen a package that has been pinned
Pinto::Action::Unregister
Unregister packages from a stack
Pinto::Action::Update
Update packages to latest versions
Pinto::Action::Verify
Report distributions that are missing
Pinto::ArchiveUnpacker
Unpack an archive into a temporary directory
Pinto::Chrome
Base class for interactive interfaces
Pinto::Chrome::Net
Interface for network-based interaction
Pinto::Chrome::Term
Interface for terminal-based interaction
Pinto::Config
Internal configuration for a Pinto repository
Pinto::Constants
Constants used across the Pinto utilities
Pinto::Database
Interface to the Pinto database
Pinto::Difference
Compute difference between two revisions
Pinto::DifferenceEntry
Represents one addition or deletion in a diff
Pinto::Editor
Utility class for authoring commit messages
Pinto::Editor::Clip
Internal class for Pinto::Editor
Pinto::Editor::Edit
Internal class for Pinto::Editor
Pinto::Exception
Base class for Pinto exceptions
Pinto::Globals
Global variables used across the Pinto utilities
Pinto::IndexReader
The package index of a repository
Pinto::IndexWriter
Write records to an 02packages.details.txt file
Pinto::Initializer
Initializes a new Pinto repository
Pinto::Locator
Base class for Locators
Pinto::Locator::Mirror
The package index of a repository
Pinto::Locator::Multiplex
Find a package/distribution target among CPAN-like repositories
Pinto::Locator::Stratopan
Locate targets using Stratopan services
Pinto::Locker
Manage locks to synchronize concurrent operations
Pinto::Migrator
Migrate an existing repository to a new version
Pinto::ModlistWriter
Generates a stub 03modlist.data.gz file
Pinto::PackageExtractor
Extract packages provided/required by a distribution archive
Pinto::PrerequisiteWalker
Iterates through distribution prerequisites
Pinto::Remote
Interact with a remote Pinto repository
Pinto::Remote::Action
Base class for remote Actions
Pinto::Remote::Action::Add
Add a distribution to a the repository
Pinto::Remote::Action::Install
Install packages from the repository
Pinto::Remote::Result
The result from running a remote Action
Pinto::Repository
Coordinates the database, files, and indexes
Pinto::Result
The result from running an Action
Pinto::RevisionWalker
Iterates through revision history
Pinto::Role::Committable
Role for actions that commit changes to the repository
Pinto::Role::Installer
Something that installs packages
Pinto::Role::PauseConfig
Something that has a pause config attribute
Pinto::Role::Plated
Something that has chrome plating
Pinto::Role::Puller
Something pulls packages to a stack
Pinto::Role::Schema::Result
Attributes and methods for all Schema::Result objects
Pinto::Role::Transactional
Role for actions that are transactional
Pinto::Role::UserAgent
Something that makes network requests
Pinto::Schema
The DBIx::Class::Schema for Pinto
Pinto::Schema::Result::Ancestry
Represents the relationship between revisions
Pinto::Schema::Result::Distribution
Represents a distribution archive
Pinto::Schema::Result::Package
Represents a Package provided by a Distribution
Pinto::Schema::Result::Prerequisite
Represents a Distribution -> Package dependency
Pinto::Schema::Result::Registration
Represents the relationship between a Package and a Stack
Pinto::Schema::Result::Revision
Represents a set of changes to a stack
Pinto::Schema::Result::Stack
Represents a named set of Packages
Pinto::Schema::ResultSet::Distribution
Common queries for Distributions
Pinto::Schema::ResultSet::Package
Common queries for Packages
Pinto::Schema::ResultSet::Registration
Common queries for Registrations
Pinto::Server
Web interface to a Pinto repository
Pinto::Server::Responder
Base class for responders
Pinto::Server::Responder::Action
Responder for action requests
Pinto::Server::Responder::File
Responder for static files
Pinto::Server::Router
Routes server requests
Pinto::Shell
Shell into a distribution
Pinto::Statistics
Report statistics about a Pinto repository
Pinto::Store
Storage for distribution archives
Pinto::Target
Create Spec objects from strings
Pinto::Target::Distribution
Specifies a distribution by author and archive
Pinto::Target::Package
Specifies a package by name and version
Pinto::Types
Moose types used within Pinto
Pinto::Util
Static utility functions for Pinto

Other files

Module Install Instructions

To install Pinto, copy and paste the appropriate command in to your terminal.

cpanm

cpanm Pinto

CPAN shell

perl -MCPAN -e shellinstall Pinto

For more information on module installation, please visitthe detailed CPAN module installation guide.

Keyboard Shortcuts

Global
sFocus search bar
?Bring up this help dialog
GitHub
gpGo to pull requests
gigo to github issues (only if github is preferred repository)
POD
gaGo to author
gcGo to changes
giGo to issues
gdGo to dist
grGo to repository/SCM
gsGo to source
gbGo to file browse
Search terms
module: (e.g.module:Plugin)
distribution: (e.g.distribution:Dancer auth)
author: (e.g.author:SONGMU Redis)
version: (e.g.version:1.00)

[8]ページ先頭

©2009-2025 Movatter.jp