Re: RFC: module to split file on approximate size

2012-07-01 Thread brian d foy
[[ This message was both posted and mailed: see the "To," "Cc," and "Newsgroups" headers for details. ]] In article <66c02ce5-d6bd-4ca8-ba53-a9616f4c6...@radarlabs.com>, wrote: > Someone suggested that I take over File::Split since it has had a bug report > for 6 years and it fails all tests

Re: RFC: module to split file on approximate size

2012-06-26 Thread adam
On Jun 22, 2012, at 1:01 PM, Matt S Trout wrote: > On Fri, Jun 22, 2012 at 12:49:25PM -0500, brian d foy wrote: >> [[ This message was both posted and mailed: see >> the "To," "Cc," and "Newsgroups" headers for details. ]] >> >> In article >> , >> Adam wrote: >> >>> I need to split files by

Re: RFC: module to split file on approximate size

2012-06-22 Thread Matt S Trout
On Fri, Jun 22, 2012 at 12:49:25PM -0500, brian d foy wrote: > [[ This message was both posted and mailed: see >the "To," "Cc," and "Newsgroups" headers for details. ]] > > In article > , > Adam wrote: > > > I need to split files by size, but they have to be split only on newlines. > > So t

Re: RFC: module to split file on approximate size

2012-06-22 Thread brian d foy
[[ This message was both posted and mailed: see the "To," "Cc," and "Newsgroups" headers for details. ]] In article , Adam wrote: > I need to split files by size, but they have to be split only on newlines. > So the size can be close, but it has to be split in the right spot. > > I propose

Re: RFC: module to split file on approximate size

2012-06-22 Thread Johan Vromans
Adam writes: > I need to split files by size, but they have to be split only on newlines. > So the size can be close, but it has to be split in the right spot. > > I propose using the name File::Split::More, File::Split::Qualifier, or > File::Split::ApproxSize. split -C ?