Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Email-Simple CPAN distribution.

Report information
The Basics
Id: 2335
Status: resolved
Priority: 0/
Queue: Email-Simple

People
Owner: Nobody in particular
Requestors: richardc [...] unixbeard.net
Cc:
AdminCc:

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



Subject: accidental stealth dependency
From Simple.pm my $wrapper; sub _fold { require Text::Wrapper; # Even though it's core I don't like using it $wrapper ||= Text::Wrapper->new(columns => 78, body_start => ' '); return $wrapper->wrap(shift); # I don't like it, I don't like it, I don't like it. } 1; Text::Wrapper looks like it's never been core: http://search.cpan.org/src/CJM/Text-Wrapper-1.000/Changes I think you were thinking of Text::Wrap.
Date: Thu, 3 Apr 2003 16:17:06 +0100
From: Simon Cozens <simon [...] simon-cozens.org>
To: Guest via RT <bug-Email-Simple [...] rt.cpan.org>
Subject: Re: [cpan #2335] accidental stealth dependency
RT-Send-Cc:
Guest via RT: Show quoted text
> Text::Wrapper looks like it's never been core: http://search.cpan.org/src/CJM/Text-Wrapper-1.000/Changes > > I think you were thinking of Text::Wrap.
Horlicks! Yes, I was. I'll get it fixed. -- The UNIX system is harder to use than a toaster. -Kaare Christian
FITNR. 1.3 is out.