Skip Menu |

This queue is for tickets about the File-Tail-App CPAN distribution.

Report information
The Basics
Id: 23728
Status: resolved
Priority: 0/
Queue: File-Tail-App

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

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



Subject: Missing Dependency on File::Tail
--- Makefile.PL.orig 2006-11-30 10:26:40.137330200 -0800 +++ Makefile.PL 2006-11-30 10:28:15.577143500 -0800 @@ -5,7 +5,7 @@ WriteMakefile( NAME => 'File::Tail::App', VERSION_FROM => 'App.pm', # finds $VERSION - PREREQ_PM => {}, # e.g., Module::Name => 1.1 + PREREQ_PM => { File::Tail => 0.99.3 }, ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'App.pm', # retrieve abstract from module AUTHOR => 'Daniel Muey <dmuey@nonet>') : ()), -- Rafael
Resolved in 0.0.3 thanks!