Text-Parts

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Text-Parts

0.16 2013-09-05T16:58:51Z
	fix typo in pod.
	use Minilla instead of Module::Install & ShipIt.

0.15	2012/04/24 10:01
	change method name. max_number -> last_number.

0.14	2012/04/24 02:50
	add max_num option to split method.
	add max_number option to write_files method.

0.13	2012/03/10 11:38
	fix code for MSWin to pass all tests.

0.12	2012/03/09 11:44
	fix write_files, it was totally buggy.
	fix eol. it was no use.
        add test to check md5_hex for write_files.
	fix document(fix many typo).

README.md  view on Meta::CPAN

It may be useful when parser's `getline`/`parser_method` method doesn't work correctly when parsing wrong format.

default value is 0.

### no\_open

If this option is true, don't open file on creating Text::Parts::Part object.
You need to call `open_and_seek` method from the object when you read the file
(But, `all` and `write_file` checks this option, so you don't need to call `open_and_seek`).

This option is required when you pass too much number, which is more than OS's open file limit, to split method.

## file

    my $file = $s->file;
    $s->file($filename);

get/set target file.

## parser

lib/Text/Parts.pm  view on Meta::CPAN

It may be useful when parser's C<getline>/C<parser_method> method doesn't work correctly when parsing wrong format.

default value is 0.

=head3 no_open

If this option is true, don't open file on creating Text::Parts::Part object.
You need to call C<open_and_seek> method from the object when you read the file
(But, C<all> and C<write_file> checks this option, so you don't need to call C<open_and_seek>).

This option is required when you pass too much number, which is more than OS's open file limit, to split method.

=head2 file

 my $file = $s->file;
 $s->file($filename);

get/set target file.

=head2 parser



( run in 0.720 second using v1.01-cache-2.11-cpan-71847e10f99 )