ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/UUlib.pm
(Generate patch)

Comparing Convert-UUlib/UUlib.pm (file contents):
Revision 1.15 by root, Tue Oct 15 23:35:31 2002 UTC vs.
Revision 1.24 by root, Sat Mar 26 14:26:29 2005 UTC

3use Carp; 3use Carp;
4 4
5require Exporter; 5require Exporter;
6require DynaLoader; 6require DynaLoader;
7 7
8$VERSION = 0.31; 8$VERSION = "1.06";
9 9
10@ISA = qw(Exporter DynaLoader); 10@ISA = qw(Exporter DynaLoader);
11 11
12@_consts = qw( 12@_consts = qw(
13 ACT_COPYING ACT_DECODING ACT_ENCODING ACT_IDLE ACT_SCANNING 13 ACT_COPYING ACT_DECODING ACT_ENCODING ACT_IDLE ACT_SCANNING
257 257
258=head2 Loading sourcefiles, optionally fuzzy merge and start decoding 258=head2 Loading sourcefiles, optionally fuzzy merge and start decoding
259 259
260=over 4 260=over 4
261 261
262=item ($retval, $count) = LoadFile $fname, [$id, [$delflag]] 262=item ($retval, $count) = LoadFile $fname, [$id, [$delflag, [$partno]]]
263 263
264Load the given file and scan it for encoded contents. Optionally tag it 264Load the given file and scan it for encoded contents. Optionally tag it
265with the given id, and if C<$delflag> is true, delete the file after it is 265with the given id, and if C<$delflag> is true, delete the file after it
266no longer necessary. 266is no longer necessary. If you are certain of the part number, you can
267specify it as the last argument.
268
269A better (usually faster) way of doing this is using the C<SetFNameFilter>
270functionality.
267 271
268=item $retval = Smerge $pass 272=item $retval = Smerge $pass
269 273
270If you are desperate, try to call C<Smerge> with increasing C<$pass> 274If you are desperate, try to call C<Smerge> with increasing C<$pass>
271values, beginning at C<0>, to try to merge parts that usually would not 275values, beginning at C<0>, to try to merge parts that usually would not
530 534
531 CleanUp(); 535 CleanUp();
532 536
533=head1 AUTHOR 537=head1 AUTHOR
534 538
535Marc Lehmann <pcg@goof.com>, the original uulib library was written 539Marc Lehmann <schmorp@schmorp.de>, the original uulib library was written
536by Frank Pilhofer <fp@informatik.uni-frankfurt.de>, and later heavily 540by Frank Pilhofer <fp@informatik.uni-frankfurt.de>, and later heavily
537bugfixed by Marc Lehmann. 541bugfixed by Marc Lehmann.
538 542
539=head1 SEE ALSO 543=head1 SEE ALSO
540 544

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines