Package: libtext-vfile-asdata-perl
Version: 0.0.5-1
Severity: grave
Justification: renders package unusable
Running the very simple script attached below results in the following:
$ ./test-text-vfile-asdata.pl
Base class package "Class::Accessor::Chained::Fast" is empty.
(Perhaps you need to `use' the module which defines that package first.)
at /usr/share/perl5/Text/vFile/asData.pm line 5
BEGIN failed--compilation aborted at
/usr/share/perl5/Text/vFile/asData.pm line 5.
Compilation failed in require at ./test-text-vfile-asdata.pl line 3.
BEGIN failed--compilation aborted at ./test-text-vfile-asdata.pl line 3.
Installing the libclass-accessor-chained-perl package fixes the problem.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-2-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages libtext-vfile-asdata-perl depends on:
ii perl 5.8.8-6.1 Larry Wall's Practical Extraction
libtext-vfile-asdata-perl recommends no packages.
-- no debconf information
--
Rafael
#!/usr/bin/perl
use Text::vFile::asData;
my $data = Text::vFile::asData->new->parse (main::DATA);
__DATA__
BEGIN:VCARD
VERSION:2.1
N:ADAC
END:VCARD