X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git;a=blobdiff_plain;f=samples%2Fgengentooisms;h=0c39c00ddce471865d57e1c9a1874a4bec0d0d51;hp=a1482d10d05daf8c3761865420bfbbc27e81bb19;hb=961a3a0b428269fd404fc461fb07d9b3f45dd745;hpb=e05ab80d4528be6b9a06963afb0ac475c5b50a94 diff --git a/samples/gengentooisms b/samples/gengentooisms index a1482d1..0c39c00 100755 --- a/samples/gengentooisms +++ b/samples/gengentooisms @@ -44,6 +44,8 @@ sub p { } my $timestamp = CPANPLUS::Dist::Gentoo::Maps::get_portage_timestamp(PORTAGE); +die 'Could not read the timestamp from the portage tree ' . PORTAGE . "\n" + unless defined $timestamp; { my $ua;