Skip Menu |

This queue is for tickets about the FreeBSD-Pkgs CPAN distribution.

Report information
The Basics
Id: 69658
Status: resolved
Priority: 0/
Queue: FreeBSD-Pkgs

People
Owner: Nobody in particular
Requestors: peter [...] vereshagin.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.1.1
Fixed in: (no value)



Subject: portupgrade's database is warned about
I'd like to see all warnings but this one is irrelevant: $ perl -Mstrict -MFreeBSD::Pkgs -wE 'my $pkgdb = FreeBSD::Pkgs->new; $pkgdb->parseInstalled; my $pkgs = $$pkgdb{ "packages" }; my $files = []; foreach my $pkg (keys %$pkgs){ push @$files, keys %{ $$pkgdb{ "packages" }{ $pkg }{ "contents" }{ "files" } } }' FreeBSD-Pkgs:3: Skipping "pkgdb.db" as it is not a directory at /usr/local/lib/perl5/site_perl/5.14.1/FreeBSD/Pkgs.pm line 672.
Uploaded 0.1.2, which adds a exception for this file.
Waiting for 0.1.2 to be available from http://search.cpan.org/~vvelox/