Package: svk
Version: 1.06-1
Severity: normal
Tags: patch
*** Please type your report below this line ***
Many svk commands produce this warning:
$ svk stat .
Prototype mismatch: sub SVK::Util::resolve_alias: none vs ($) \
at /usr/share/perl/5.8/autouse.pm line 57.
A ./new
Here's the patch:
--- /usr/share/perl5/SVK/Util.pm.~1~ 2005-12-30 16:46:11.000000000 +0100
+++ /usr/share/perl5/SVK/Util.pm 2006-02-18 17:54:45.000000000 +0100
@@ -27,7 +27,7 @@ use Config ();
use SVK::I18N;
use SVN::Core;
use SVN::Ra;
-use autouse 'Encode' => qw(resolve_alias decode encode);
+use autouse 'Encode' => qw(resolve_alias($) decode encode);
use File::Glob qw(bsd_glob);
use autouse 'File::Basename' => qw(dirname);
use autouse 'File::Spec::Functions' =>
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-amd64-k8
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages svk depends on:
ii libalgorithm-annotate-perl 0.10-1 represent a series of changes in a
ii libalgorithm-diff-perl 1.19.01-2 a perl library for finding Longest
ii libclass-autouse-perl 1.23-1 Defer loading ( 'use'ing ) of a cl
ii libclone-perl 0.18-1 recursively copy Perl datatypes
ii libcompress-zlib-perl 1.41-1 Perl module for creation and manip
ii libdata-hierarchy-perl 0.21-1 Handle data in a hierarchical stru
ii libfile-type-perl 0.22-1 determine file type using magic st
ii libfreezethaw-perl 0.43-2 converting Perl structures to stri
ii libio-digest-perl 0.10-1 Calculate digests while reading or
ii libio-string-perl 1.05-1 Emulate IO::File interface for in-
ii liblocale-maketext-lexicon- 0.53-2 Lexicon-handling backends for "Loc
ii liblocale-maketext-simple-p 0.12-2 Simple interface to Locale::Makete
ii libperlio-eol-perl 0.13-1 PerlIO layer for normalizing line
ii libperlio-via-dynamic-perl 0.11-1 dynamic PerlIO layers
ii libperlio-via-symlink-perl 0.05-1 PerlIO layers for create symlinks
ii libpod-simple-perl 3.02-2 Perl framework for parsing files i
ii libregexp-shellish-perl 0.93-1 Shell-like regular expressions
ii libsvn-core-perl 1.2.3dfsg1-3 perl bindings for Subversion (aka.
ii libsvn-mirror-perl 0.68-1 A subversion repository mirroring
ii libsvn-simple-perl 0.27-1 A simple interface for writing a d
ii libtext-diff-perl 0.35-2 Perform diffs on files and record
ii libtimedate-perl 1.1600-5 Time and date functions for Perl
ii libyaml-perl 0.57-2 YAML Ain't Markup Language (tm)
ii perl 5.8.8-2 Larry Wall's Practical Extraction
svk recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]