2f9280993b
Use warnings::warnif instead of just warn for columns < 2. Appled per request of Rafael Garcia-Suarez <rgarciasuarez at gmail.com>. = 2006/11/17 Text::Tabs can handle newlines now so the BUGS section has been removed per request from Aristotle Pagaltzis. = 2006/07/11 Further bomb-proofing to pass more tests: Dan Jacobson <jidanni at jidanni dot org> found another way to generate a "this shouldn't happen". = 2006/07/05 Made documentation and code changes to address perlbug: https://rt.perl.org/rt3/Ticket/Display.html?id=30229 Added in changes from the distributed-with-perl version. This took care of perlbug: https://rt.perl.org/rt3/Ticket/Display.html?id=34902 It also took care of suggestion from Matthijs Bomhoff <matthijs at bomhoff dot nl>. Made documentation changes (added EXAMPLES) as per a suggestion from Gabor Blasko <gblasko at cs dot columbia dot edu> belg4mit at MIT dot EDU reported that $columns==1 die'd. No longer. Added tests for each bug report. = 2005/08/24 Added $separator2 and tests for $separator and $separator2 Aristotle Pagaltzis <pagaltzis at gmx.de> contributed a new version of expand() that is faster. Jarkko Hietaniemi <jhi at cc.hut.fi> sent in perl change #17917 which fixed a bug in wrap. Matthew Durante <matthew_durante at hotmail.com> and Don Buchholz <don at truedisk.com> sent in a doc patches.
17 lines
463 B
Makefile
17 lines
463 B
Makefile
# $NetBSD: Makefile,v 1.8 2009/02/22 22:30:12 wiz Exp $
|
|
|
|
DISTNAME= Text-Tabs+Wrap-2006.1117
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
MAINTAINER= adrianp@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~muir/${DISTNAME}
|
|
COMMENT= Line wrapping to form simple paragraphs
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Text/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|