Sabermetrics

I quote the definition from Wikipedia here:

    Sabermetrics is the analysis of baseball through objective evidence,
    especially baseball statistics.

I'm trying to provide an easy interface to access states of players and teams of a league.  With Sabermetrics.pm, you can either access the built-in league or feed your data to it easily, then compute whatever you want to know.

I'll be glad if you help me add more modules for more leagues.  You can refer to Baseball::Sabermetrics::League::*.


INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install


SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

    perldoc Sabermetrics

You can also look for information at:

    Search CPAN
        http://search.cpan.org/dist/Sabermetrics

    CPAN Request Tracker:
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Sabermetrics

    AnnoCPAN, annotated CPAN documentation:
        http://annocpan.org/dist/Sabermetrics

    CPAN Ratings:
        http://cpanratings.perl.org/d/Sabermetrics

COPYRIGHT AND LICENCE

Copyright (C) 2006 Victor Hsieh

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