File: README

package info (click to toggle)
liborlite-statistics-perl 0.03-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 188 kB
  • sloc: perl: 1,237; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 879 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
NAME
    ORLite::Statistics - Statistics enhancement package for ORLite

DESCRIPTION
    This is an enhancement module for ORLite table classes, designed to
    provide easy integration with the Statistics::Base module.

METHODS
  vector
      my $ages = MyModule::TableName->vector('age');

    Generates a Statistics::Basic::Vector for a particular method.

SUPPORT
    Bugs should be reported via the CPAN bug tracker at

    <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=ORLite-Statistics>

    For other issues, contact the author.

AUTHOR
    Adam Kennedy <adamk@cpan.org>

SEE ALSO
    ORLite, ORLite::Mirror

COPYRIGHT
    Copyright 2009 Adam Kennedy.

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

    The full text of the license can be found in the LICENSE file included
    with this module.