#!/usr/bin/env perl
package
perlachievements;
use strict;
use warnings;
use Perl::Achievements;
Perl::Achievements->run;
__END__
=pod
=head1 NAME
perlachievements
=head1 VERSION
version 0.4.0
=head1 SYNOPSIS
# create the config directories and such
$ perlachievements init
# scan files, collect acheivements!
$ perlachievements scan my_script.pl
# get list of commands
$ perlachievements commands
=head1 NAME
perlachievements - run some perl, collect some badges
=head1 AUTHOR
Yanick Champoux <yanick@cpan.org>
=head1 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.
=cut