Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#21399 - [perl-mime-lite] missing dependency for perl-email-date-format

Attached to Project: Arch Linux
Opened by Erik Johnson (archtaku) - Thursday, 21 October 2010, 20:14 GMT
Last edited by Kevin Piche (kpiche) - Friday, 18 February 2011, 16:48 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Kevin Piche (kpiche)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
When trying to use MIME::Lite, I get a "Can't locate Email/Date/Format.pm in @INC ..." error. This is listed as a dependency on CPAN (http://deps.cpantesters.org/?module=MIME::Lite;perl=latest) but the PKGBUILD for this package doesn't list perl-email-date-format as a dependency.

Steps to reproduce:
On an installation without perl-email-date-format or perl-mime-lite, install perl-mime-lite, then run the below sample script:


#!/usr/bin/perl

use strict;
use MIME::Lite;


my $email = MIME::Lite->new(
'From' => 'foo@bar.com',
'To' => 'myaddress@email.com',
'Subject' => 'test',
'Type' => 'text/plain',
'Data' => 'blah blah blah'
);

$email->send();
This task depends upon

Closed by  Kevin Piche (kpiche)
Friday, 18 February 2011, 16:48 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in perl-mime-lite 3.027-2

Loading...