[libmarpa-r2-perl] 02/06: Fix install problem
Jonas Smedegaard
dr at jones.dk
Sat May 17 21:24:18 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag Marpa-R2-2.085_005
in repository libmarpa-r2-perl.
commit 5069a18ac7087d619773887da8d3dead853430dc
Author: Jeffrey Kegler <JKEGL at cpan.org>
Date: Sun Apr 27 21:26:48 2014 -0700
Fix install problem
---
cpan/inc/Marpa/R2/Build_Me.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/cpan/inc/Marpa/R2/Build_Me.pm b/cpan/inc/Marpa/R2/Build_Me.pm
index 2d2fd43..f2c2e5f 100644
--- a/cpan/inc/Marpa/R2/Build_Me.pm
+++ b/cpan/inc/Marpa/R2/Build_Me.pm
@@ -877,6 +877,7 @@ sub ACTION_install {
die qq{"libmarpa-shared" not supported for "install" target\n},
qq{ Marpa::R2 supports testing of shared libraries, but is not an installer for them\n}
if defined $self->args('libmarpa-shared');
+ return $self->SUPER::ACTION_test;
}
1;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmarpa-r2-perl.git
More information about the Pkg-perl-cvs-commits
mailing list