diff options
Diffstat (limited to 'lib/MooseX/Net/API.pm')
-rw-r--r-- | lib/MooseX/Net/API.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MooseX/Net/API.pm b/lib/MooseX/Net/API.pm index b0e02b8..ff0494d 100644 --- a/lib/MooseX/Net/API.pm +++ b/lib/MooseX/Net/API.pm @@ -3,7 +3,7 @@ package MooseX::Net::API; use Moose; use Moose::Exporter; -our $VERSION = '0.13'; +our $VERSION = '0.11'; Moose::Exporter->setup_import_methods( with_meta => [qw/net_api_method net_api_declare/], |