blob: 30686cf08af4b8c2711827f3f0146aeb18802ed5 (
plain) (
tree)
|
|
package MooseX::UserAgent;
use Moose;
our $VERSION = '0.01';
1;
__END__
=head1 NAME
MooseX::UserAgent -
=head1 SYNOPSIS
use MooseX::UserAgent;
=head1 DESCRIPTION
MooseX::UserAgent is
=head1 AUTHOR
franck cuny E<lt>franck.cuny {at} rtgi.frE<gt>
=head1 SEE ALSO
=head1 LICENSE
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
=cut
|