This is an automated email from the git hooks/post-receive script. dom pushed a commit to branch master in repository libgraphviz-perl.
commit ecdf675ce48fb5a075d94142ed94713b57c7964a Author: Dominic Hargreaves <[email protected]> Date: Fri Sep 4 11:03:03 2009 +0000 fix interpreter --- debian/changelog | 6 ++++++ examples/primes_aux.pl | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 034208d..d7b496a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgraphviz-perl (2.03-3) UNRELEASED; urgency=low + + * Fix interpreter in example program primes_aux.pl (closes: #544537) + + -- Dominic Hargreaves <[email protected]> Fri, 04 Sep 2009 12:02:50 +0100 + libgraphviz-perl (2.03-2) unstable; urgency=low * Fix debian/rules rmdir bug (closes: #468040) diff --git a/examples/primes_aux.pl b/examples/primes_aux.pl index 2540bef..e7222de 100755 --- a/examples/primes_aux.pl +++ b/examples/primes_aux.pl @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl -w +#!/usr/bin/perl -w # badly written program in the hopes it would sound nice # - Greg McCarroll # -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgraphviz-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
