[libmarpa-r2-perl] 24/32: Work on shared library support

Jonas Smedegaard dr at jones.dk
Sat May 17 21:24:14 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_004
in repository libmarpa-r2-perl.

commit 13f93eb1d934a38c0b2aacc88c9b84c554294de9
Author: Jeffrey Kegler <JKEGL at cpan.org>
Date:   Sat Apr 26 15:18:23 2014 -0700

    Work on shared library support
---
 cpan/inc/Marpa/R2/Build_Me.pm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/cpan/inc/Marpa/R2/Build_Me.pm b/cpan/inc/Marpa/R2/Build_Me.pm
index 765742b..4bd4b2e 100644
--- a/cpan/inc/Marpa/R2/Build_Me.pm
+++ b/cpan/inc/Marpa/R2/Build_Me.pm
@@ -832,6 +832,13 @@ sub ACTION_test {
     return $self->SUPER::ACTION_test;
 }
 
+sub ACTION_install {
+    my $self = shift;
+    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');
+}
+
 1;
 
 # vim: expandtab shiftwidth=4:

-- 
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