Skip Menu |

This queue is for tickets about the DB-Pluggable-Dumper CPAN distribution.

Report information
The Basics
Id: 56584
Status: open
Priority: 0/
Queue: DB-Pluggable-Dumper

People
Owner: Nobody in particular
Requestors: avar [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.01
Fixed in: (no value)



Subject: Warnings / whine on a default install on Ctrl+D
$ perl -de1 Hook::Modular::Cache [error] Can't load Cache::FileCache. Falling back to Hook::Modular::Cache::Null Subroutine DB::eval redefined at /usr/local/share/perl/5.10.1/DB/Pluggable/Dumper.pm line 38. Loading DB routines from perl5db.pl version 1.32 Editor support available. Enter h or `h h' for help, or `man perldebug' for more help. main::(-e:1): 1 DB<1> Hook::Modular::Cache::DESTROY(/usr/local/share/perl/5.10.1/Hook/Modular/ Cache.pm:92): 92: my $self = shift; DB<1> Hook::Modular::Cache::DESTROY(/usr/local/share/perl/5.10.1/Hook/Modular/ Cache.pm:93): 93: $self->{cache}->purge if $self->{to_purge}; DB<1> Hook::LexWrap::Cleanup::DESTROY(/usr/local/share/perl/5.10.1/Hook/LexWra p.pm:90): 90: sub DESTROY { $_[0]->() } 91: use overload DB<1> q
On Wed Apr 14 07:03:50 2010, AVAR wrote: Show quoted text
> $ perl -de1 > Hook::Modular::Cache [error] Can't load Cache::FileCache. Falling back > to Hook::Modular::Cache::Null > Subroutine DB::eval redefined at > /usr/local/share/perl/5.10.1/DB/Pluggable/Dumper.pm line 38. > > Loading DB routines from perl5db.pl version 1.32 > Editor support available. > > Enter h or `h h' for help, or `man perldebug' for more help. > > main::(-e:1): 1 > DB<1> >
Hook::Modular::Cache::DESTROY(/usr/local/share/perl/5.10.1/Hook/Modular/ Show quoted text
> Cache.pm:92): > 92: my $self = shift; > DB<1> >
Hook::Modular::Cache::DESTROY(/usr/local/share/perl/5.10.1/Hook/Modular/ Show quoted text
> Cache.pm:93): > 93: $self->{cache}->purge if $self->{to_purge}; > DB<1> >
Hook::LexWrap::Cleanup::DESTROY(/usr/local/share/perl/5.10.1/Hook/LexWra Show quoted text
> p.pm:90): > 90: sub DESTROY { $_[0]->() } > 91: use overload > DB<1> q
With Cache::FileCache I get: aoeu ~ (master) $ perl -de1 Subroutine DB::eval redefined at /usr/local/share/perl/5.10.1/DB/Pluggable/Dumper.pm line 38. Loading DB routines from perl5db.pl version 1.32 Editor support available. Enter h or `h h' for help, or `man perldebug' for more help. main::(-e:1): 1 DB<1> File::Temp::CODE(0xa1fc7f0)(/usr/share/perl/5.10/File/Temp.pm:870): 870: local($., $@, $!, $^E, $?); DB<1> File::Temp::CODE(0xa1fc7f0)(/usr/share/perl/5.10/File/Temp.pm:871): 871: cleanup(); DB<1> File::Temp::cleanup(/usr/share/perl/5.10/File/Temp.pm:877): 877: if (!$KEEP_ALL) { DB<1> File::Temp::cleanup(/usr/share/perl/5.10/File/Temp.pm:880): 880: @{ $files_to_unlink{$$} } : () ); DB<1> File::Temp::cleanup(/usr/share/perl/5.10/File/Temp.pm:881): 881: foreach my $file (@files) { DB<1> q