Package Details: perl-compiler-lexer 0.23-1

Git Clone URL: https://aur.archlinux.org/perl-compiler-lexer.git (read-only, click to copy)
Package Base: perl-compiler-lexer
Description: Lexical Analyzer for Perl5
Upstream URL: http://search.cpan.org/dist/Compiler-Lexer
Licenses: GPL, PerlArtistic
Submitter: Archer777
Maintainer: Alad
Last Packager: Alad
Votes: 3
Popularity: 0.004548
First Submitted: 2013-06-04 03:19 (UTC)
Last Updated: 2022-05-28 16:16 (UTC)

Latest Comments

olfx commented on 2021-08-16 18:30 (UTC)

Hello @Archer777,

Here is my proposition to update the package to release 0.23

diff --git a/PKGBUILD b/PKGBUILD
index d8ae5a3..182eeb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@

 _realname=Compiler-Lexer
 pkgname=perl-compiler-lexer
-pkgver=0.22
+pkgver=0.23
 pkgrel=1
 pkgdesc="Lexical Analyzer for Perl5"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('perl>=5.8.1')
 makedepends=('perl-module-build' 'perl-module-build-xsutil')
 url='http://search.cpan.org/dist/Compiler-Lexer'
 source=("https://cpan.metacpan.org/authors/id/G/GO/GOCCY/${_realname}-${pkgver}.tar.gz")
-md5sums=('2cb3b6886e75ab1db91757553b1bf83a')
+md5sums=('e899a15ab5440caa689105b8bd96283a')

 build() {
   cd "${_realname}-${pkgver}"

as_string commented on 2021-08-05 23:23 (UTC)

Seems newer perl versions don't include the current directory in @INC anymore which leads to an error in: perl Build.PL --installdirs=vendor not being able to find the Module builder::MyBuilder I had to add an -I. right after the perl command like to make it work again.

Archer777 commented on 2015-07-01 12:52 (UTC)

Updated to 0.22