The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Perl::Achievements - whoever die()s with the most badges win

VERSION

version 0.4.0

SYNOPSIS

my $pa = Perl::Achievements->new;
$pa->scan( $file );

DESCRIPTION

If you want to use perl-achievement, look at perlachievements.

If you want to implement a new achievement, look at Perl::Achievements::Achievement.

WARNING: Perl::Achievements is young, rough, and subject to change. You've been warned.

AUTHOR

Yanick Champoux <yanick@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Yanick Champoux.

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