From d581be777d3bd09f6916800d17a4a45dd32a9f4e Mon Sep 17 00:00:00 2001 From: franck cuny Date: Wed, 24 Jun 2009 17:17:07 +0200 Subject: initial commit --- lib/MooseX/UserAgent.pm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 lib/MooseX/UserAgent.pm (limited to 'lib/MooseX/UserAgent.pm') diff --git a/lib/MooseX/UserAgent.pm b/lib/MooseX/UserAgent.pm new file mode 100644 index 0000000..30686cf --- /dev/null +++ b/lib/MooseX/UserAgent.pm @@ -0,0 +1,32 @@ +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 Efranck.cuny {at} rtgi.frE + +=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 -- cgit 1.4.1