libauthen-pam-perl: add Authen::PAM Perl module
[openembedded.git] / recipes / perl / liberror-perl_0.17004.bb
1 DESCRIPTION = "Error - Error/exception handling in an OO-ish way"
2 SECTION = "libs"
3 LICENSE = "Artistic|GPL"
4 PR = "r8"
5
6 SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/Error-${PV}.tar.gz"
7
8 S = "${WORKDIR}/Error-${PV}"
9
10 inherit cpan
11
12 BBCLASSEXTEND="native"