NAME

cpan2aur - AUR Utility for CPAN perl modules

SYNOPSIS

cpan2aur Module::Name [ Module::Name, ... Module::Name ]

Options:
  -h, --help            Brief help message.
  -d, --directory       Create a directory with a special Makefile inside
                        used to tweak and create an AUR package.
  -q, --quiet           Quiet mode.  Supress our own messages.
  -v, --verbose         Allow CPANPLUS to be verbose (spammy).
                        May be useful for debugging.

DESCRIPTION

This is a utility useful for creating and uploading perl packages for the AUR (Archlinux User Repository). cpan2aur's simplest usage creates AUR source packages in the current directory. With the -d or --directory flags cpan2aur will create a directory to contain the source package and generate a PKGBUILD for it.

SEE ALSO

http://aur.archlinux.org

AUTHOR

Justin Davis, <jrcd83 gmail>, juster on http://bbs.archlinux.org

COPYRIGHT & LICENSE

Copyright 2010 Justin Davis, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.