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 <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=ORLite-Statistics>
23
24 For other issues, contact the author.
25
27 Adam Kennedy <adamk@cpan.org>
28
30 ORLite, ORLite::Mirror
31
33 Copyright 2009 Adam Kennedy.
34
35 This program is free software; you can redistribute it and/or modify it
36 under the same terms as Perl itself.
37
38 The full text of the license can be found in the LICENSE file included
39 with this module.
40
41
42
43perl v5.12.3 2009-09-30 ORLite::Statistics(3)