diff options
author | franck cuny <franck@lumberjaph.net> | 2009-07-19 18:46:47 +0200 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2009-07-19 18:46:47 +0200 |
commit | a0893dddcf9dae594839d9f328e9e856c49741b8 (patch) | |
tree | c775d601648866eb3aac737cd263cabfe1ac4875 | |
parent | remove perlcritic (diff) | |
download | moosex-useragent-a0893dddcf9dae594839d9f328e9e856c49741b8.tar.gz |
fix POD description
-rw-r--r-- | lib/MooseX/UserAgent.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MooseX/UserAgent.pm b/lib/MooseX/UserAgent.pm index 3ed384b..58f6d3b 100644 --- a/lib/MooseX/UserAgent.pm +++ b/lib/MooseX/UserAgent.pm @@ -18,7 +18,7 @@ __END__ =head1 NAME -RTGI::Role::UserAgent - Fetch an url using LWP as the HTTP library +MooseX::UserAgent - Fetch an url using LWP as the HTTP library =head1 SYNOPSIS |