package Games::WebPaper;

use warnings;
use strict;

=head1 NAME

Games::WebPaper - Manages a site with WebPapers

=cut

our $VERSION = '0.01';

=head1 Synopsis

Quick summary of what the module does.

Perhaps a little code snippet.

    use Games::WebPaper;

    my $foo = Games::WebPaper->new();
    ...

=head1 Functions

=head2 function1

=cut

sub function1 {
}

=head2 function2

=cut

sub function2 {
}

=head1 Author

Alberto Simoes, C<< <ambs@cpan.org> >>

=head1 Bugs

Please report any bugs or feature requests to
C<bug-games-webpaper@rt.cpan.org>, or through the web interface at
L<http://rt.cpan.org>.  I will be notified, and then you'll automatically
be notified of progress on your bug as I make changes.

=head1 Copyright & License

Copyright 2004 Alberto Simoes, All Rights Reserved.

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

=cut

1; # End of Games::WebPaper
