You are not logged in.
I wrote this to ease the maintenance of Perl packages from CPAN, which can be tedious because you need to understand CPAN prerequisite relationships and ALPM package relationships to correctly convert CPAN metadata to PKGBUILD variables. Also, you must check whether dependencies changed in updates and whether they exist in Official/AUR repos.
See https://metacpan.org/pod/cpan2arch#DESCRIPTION for more info.
Why not just use CPANPLUS::Dist::Arch?
C::D::A is kinda neat for what it does since you don't depend on the AUR, but cpan2arch is just a PKGBUILD generator and doesn't handle packaging at all.
Links:
Offline