1ORLite::Statistics(3) User Contributed Perl DocumentationORLite::Statistics(3)
2
3
4
6 ORLite::Statistics - Statistics enhancement package for ORLite
7
9 This is an enhancement module for ORLite table classes, designed to
10 provide easy integration with the Statistics::Base module.
11
13 vector
14 my $ages = MyModule::TableName->vector('age');
15
16 Generates a Statistics::Basic::Vector for a particular method.
17
19 Bugs should be reported via the CPAN bug tracker at
20
21 <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=ORLite-Statistics>
22
23 For other issues, contact the author.
24
26 Adam Kennedy <adamk@cpan.org>
27
29 ORLite, ORLite::Mirror
30
32 Copyright 2009 Adam Kennedy.
33
34 This program is free software; you can redistribute it and/or modify it
35 under the same terms as Perl itself.
36
37 The full text of the license can be found in the LICENSE file included
38 with this module.
39
40
41
42perl v5.38.0 2023-07-21 ORLite::Statistics(3)