Your message dated Thu, 22 Nov 2007 23:05:14 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Apache::MVC: use mod_perl.pm;
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: libapache2-mod-perl2
Version: 2.0.2-2.4
Severity: grave
Tags: patch
Justification: renders package unusable
Apache::MVC requires wrong class name: mod_perl instead of mod_perl2.
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable'), (200, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Versions of packages libapache2-mod-perl2 depends on:
ii apache2. 2.2.3-4+etch1 Next generation, scalable, extenda
ii libapr1 1.2.7-8.2 The Apache Portable Runtime Librar
ii libaprut 1.2.7+dfsg-2 The Apache Portable Runtime Utilit
ii libc6 2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii libdevel 2.03-3 Perl module for inspecting perl's
ii libperl5 5.8.8-7etch1 Shared Perl library
ii liburi-p 1.35-2 Manipulates and accesses URI strin
ii libuuid1 1.39+1.40-WIP-2006.11.14+dfsg-2 universally unique id library
ii libwww-p 5.805-1 WWW client/server library for Perl
ii netbase 4.29 Basic TCP/IP networking system
ii perl [li 5.8.8-7etch1 Larry Wall's Practical Extraction
ii perl-bas 5.8.8-7etch1 The Pathologically Eclectic Rubbis
libapache2-mod-perl2 recommends no packages.
-- no debconf information
*** /tmp/MVC.diff
--- /tmp/MVC.pm 2007-11-22 22:21:22.382296751 +0300
+++ /usr/share/perl5/Apache/MVC.pm 2007-11-22 22:21:43.000000000 +0300
@@ -6,7 +6,7 @@
use warnings;
use base 'Maypole';
-use mod_perl;
+use mod_perl2;
use Maypole::Headers;
use constant APACHE2 => $mod_perl::VERSION >= 1.99;
--- End Message ---
--- Begin Message ---
Apache::MVC is part of the libmaypole-perl package. Version 2.10-1,
found in etch, does not work with Apache 2. Version 2.11+2.111-2, in
lenny and sid, includes the necessary changes to work with Apache 2.
Ben.
--
Ben Hutchings
Beware of bugs in the above code;
I have only proved it correct, not tried it. - Donald Knuth
signature.asc
Description: This is a digitally signed message part
--- End Message ---