Catalyst-Plugin-AtomPP

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN


          ...
      }

      sub retrieve_entry : Remote {
          my ($self, $c) = @_;

          ...
      }

      sub update_entry : Remote {
          ...
      }

      sub delete_entry : Remote {
          ...
      }

DESCRIPTION
    This plugin allows you to dispatch AtomPP methods with Catalyst.

lib/Catalyst/Plugin/AtomPP.pm  view on Meta::CPAN


      ...
  }

  sub retrieve_entry : Remote {
      my ($self, $c) = @_;

      ...
  }

  sub update_entry : Remote {
      ...
  }

  sub delete_entry : Remote {
      ...
  }

=head1 DESCRIPTION

This plugin allows you to dispatch AtomPP methods with Catalyst.

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.850 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )