Bug 103653 - [patch] Bug in p5-Number-Format
Summary: [patch] Bug in p5-Number-Format
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-26 01:10 UTC by Warren Block
Modified: 2006-09-26 15:10 UTC (History)
0 users

See Also:


Attachments
file.diff (479 bytes, patch)
2006-09-26 01:10 UTC, Warren Block
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Warren Block 2006-09-26 01:10:14 UTC
	An extra single-quoted space is present on line 647 of Format.pm, causing a syntax 
error when compiling the module.  The space is not present in the current version 1.52 of 
Format::Number on CPAN.  Maybe this bug was fixed after the port was updated to 1.52?

Fix: The best fix would be to get the latest version of Format.pm from CPAN.  This patch
	fixes the only current difference, but other changes may happen.
How-To-Repeat: 	use Number::Format;
	syntax error at /usr/local/lib/perl5/site_perl/5.8.8/Number/Format.pm line 648, near "("
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-09-26 04:28:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-09-26 08:28:29 UTC
State Changed
From-To: open->closed

v 1.52 has updated recently, and the bug was fixed, too. Thank you.
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-09-26 15:00:52 UTC
clsung      2006-09-26 14:00:08 UTC

  FreeBSD ports repository

  Modified files:
    textproc/p5-Number-Format Makefile 
  Removed files:
    textproc/p5-Number-Format/files patch-Format.pm 
  Log:
  - the patch should be removed (tested via 'make test')
  - bump PORTREVISION
  
  PR:             ports/103653
  Submitted by:   Warren Block <wblock_AT_wonkity dot com>
  
  Revision  Changes    Path
  1.10      +2 -1      ports/textproc/p5-Number-Format/Makefile
  1.3       +0 -11     ports/textproc/p5-Number-Format/files/patch-Format.pm (dead)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"