summaryrefslogblamecommitdiff
path: root/lib/MooseX/Net/API/Parser.pm
blob: c56a0260db95de944f55e7d0d4e3b4dca219c819 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                                 

                                                       





                                      
 



                  
package MooseX::Net::API::Parser;

# ABSTRACT: base class for all MooseX::Net::API::Parser

use Moose;

sub encode {die "must be implemented"}
sub decode {die "must be implemented"}

1;

=head1 SYNOPSIS

=head1 DESCRIPTION