1Pod::Abstract::Serial(3U)ser Contributed Perl DocumentatiPoond::Abstract::Serial(3)
2
3
4
6 Pod::Abstract::Serial - generate a global sequence of serial numbers.
7
9 Used to number Pod::Abstract::Node elements for identification.
10
12 This will cause problems with Pod::Abstract documents frozen to disk
13 using Data::Dumper etc, unless "set" is used to bump the number above
14 the highest number read.
15
16 Or just serialise your document with "<$node-"pod>> instead!
17
19 Ben Lilburne <bnej@mac.com>
20
22 Copyright (C) 2009 Ben Lilburne
23
24 This program is free software; you can redistribute it and/or modify it
25 under the same terms as Perl itself.
26
27
28
29perl v5.12.0 2009-05-26 Pod::Abstract::Serial(3)