NAME
    FML::Article::Sequence - article sequence manipulation.

SYNOPSIS
DESCRIPTION
METHODS
  increment_id()
    increment the sequence number of this article $self and save it to
    $sequence_file.

  id()
    return the current article sequence number.

  speculate_max_id([$spool_dir])
    scan the spool_dir and get the max number among files in it. It must be
    the max (latest) article number in its folder.

CODING STYLE
    See "http://www.fml.org/software/FNF/" on fml coding style guide.

AUTHOR
    Ken'ichi Fukamachi

COPYRIGHT
    Copyright (C) 2003,2004,2005,2006 Ken'ichi Fukamachi

    All rights reserved. This program is free software; you can redistribute
    it and/or modify it under the same terms as Perl itself.

HISTORY
    FML::Article::Sequence appeared in fml8 mailing list driver package. See
    "http://www.fml.org/" for more details.

