> Test::Reporter::Transport::Metabase: could not read ID file
> '~/.cpanreporter/chm.json' No such file or directory at
> /usr/lib/perl5/site_perl/5.10/Test/Reporter/Transport/Metabase.pm line 140
I got that, too. It suffices to improve the code, the configuration as shown 
in the wiki then works.

diff --git a/lib/Test/Reporter/Transport/Metabase.pm 
b/lib/Test/Reporter/Transport/Metabase.pm
index 6882c41..43dfd47 100644
--- a/lib/Test/Reporter/Transport/Metabase.pm
+++ b/lib/Test/Reporter/Transport/Metabase.pm
@@ -136,8 +136,8 @@ sub send {

 sub _load_id_file {
   my ($self) = shift;
-
-  open my $fh, "<", $self->{id_file}
+
+  open my $fh, "<", glob($self->{id_file})
     or Carp::confess __PACKAGE__. ": could not read ID file '$self-
>{id_file}'"
     . "\n$!";

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to