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.



( run in 0.891 second using v1.01-cache-2.11-cpan-95122f20152 )