This is an automated email from the git hooks/post-receive script. dmn pushed a commit to branch master in repository libcatmandu-sru-perl.
commit c278fb24d31c81cac134dbb5614d2ce7eccd57bb Author: Damyan Ivanov <[email protected]> Date: Sun Feb 21 18:55:58 2016 +0000 reverse the order of the alternative dependency for Test::Simple Test::Simple is in perl core since 5.21.1 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 19bea76..582381f 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Build-Depends: cdbs, liburi-perl (>= 1.60), libyaml-libyaml-perl (>= 0.34), libmodule-build-perl, - libtest-simple-perl (>= 1.001003) | perl (>= 5.21.1), + perl (>= 5.21.1) | libtest-simple-perl (>= 1.001003), libtest-exception-perl, libxml-xpath-perl Standards-Version: 3.9.6 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatmandu-sru-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
