[libmodule-install-testbase-perl] 01/05: I'm packaging this module as a pre-requisite to hack on Module::Setup
Joenio Costa
joenio-guest at moszumanska.debian.org
Sun Feb 22 04:22:51 UTC 2015
This is an automated email from the git hooks/post-receive script.
joenio-guest pushed a commit to branch master
in repository libmodule-install-testbase-perl.
commit b11d9769dd7cb66bc16de153d8a889382a997ad9
Author: Joenio Costa <joenio at colivre.coop.br>
Date: Sat Feb 21 17:32:11 2015 -0200
I'm packaging this module as a pre-requisite to hack on Module::Setup
I'm working on "Module::Setup" via source-code from GitHub.
* https://github.com/yappo/p5-Module-Setup
This module uses the "Module::Install::TestBase" and the upstream
source-code on GitHub there is no 'inc./' dir with the
"Module::Install::TestBase" embedded.
When I try to run Makefile.PL on "Module::Setup" from GitHub I got the
error below:
$ perl Makefile.PL
include /tmp/p5-Module-Setup/inc/Module/Install.pm
Bareword "use_test_base" not allowed while "strict subs" in use at Makefile.PL line 36.
Bareword "auto_set_repository" not allowed while "strict subs" in use at Makefile.PL line 38.
Execution of Makefile.PL aborted due to compilation errors.
Cause that I need install "Module::Install::TestBase", and I don't like
to install anything without Debian package. Maybe I'm doing some
mistake, what do you think?
---
debian/changelog | 3 ---
1 file changed, 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6ba6098..6b9c98c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,9 +8,6 @@ libmodule-install-testbase-perl (0.86-1) UNRELEASED; urgency=low
long description: looks like there are some spelling/grammar mistake
(singular/plural, articles)
- libspiffy-perl should be in B-D-I as well, I suppose?
- - I'm not sure I like the idea of this module (embedding itself -> code
- duplication -> endless fun in case of bugs) but well, I guess there is a
- reason for packaging it :/
* Initial Release. (Closes: #778806)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-install-testbase-perl.git
More information about the Pkg-perl-cvs-commits
mailing list