NAME
Purple::Sequence - Generate the next NID in a Sequence of NIDs
SYNOPSIS
This module contains the code for calculating the next NID in a sequence of Purple Numbers.
my $next_nid = Purple::Sequence::increment_nid($current_nid);
FUNCTIONS
increment_nid($current_nid)
Returns the next NID after $current_nid.
AUTHORS
Chris Dent, <cdent@burningchrome.com>
Eugene Eric Kim, <eekim@blueoxen.com>
BUGS
Please report any bugs or feature requests to bug-purple@rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Purple. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
COPYRIGHT & LICENSE
(C) Copyright 2006 Blue Oxen Associates, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.