NAME
pram - Standalone script for the Gentoo::App::Pram module.
DESCRIPTION
pram is the frontend script for the Gentoo::App::Pram module.
SYNOPSIS
pram <Pull Request #>
--repository|r <repository> Set repository to fetch PR from.
--editor|e <editor> Set editor to visualise patch in.
--help|h Display help.
--man|m Display a man page.
EXAMPLE
# This command will fetch PR 123 from the GitHub repository 'gentoo/gentoo'
# and display it in emacs.
$ pram --editor emacs --repository gentoo/gentoo 123
VERSION
version 0.001
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Patrice Clement.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
AUTHOR
Patrice Clement <monsieurp@gentoo.org>
Kent Fredric <kentfredric@gmail.com> also contributed a great deal of patches.