• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

inc/H27-Jun-2006-2,6731,996

lib/Catalyst/H27-Jun-2006-455188

t/H27-Jun-2006-172136

Build.PLH A D04-Jan-200631 41

ChangesH A D27-Jun-20061,002 2620

MANIFESTH A D27-Jun-2006635 2726

META.ymlH A D27-Jun-2006393 1918

Makefile.PLH A D04-Jan-2006507 2517

READMEH A D04-Jan-2006668 3119

README

1$Id: README 1069 2006-01-04 02:11:35Z btrott $
2
3This is Catalyst::Plugin::AtomServer, an implementation of a base Atom
4API server for Catalyst authentications, including.
5
6PREREQUISITES
7
8    * Catalyst
9    * Catalyst::Plugin::Authentication
10    * XML::Atom
11    * MIME::Base64
12    * Digest::SHA1
13
14INSTALLATION
15
16Catalyst::Plugins::AtomServer installation is straightforward. If your
17CPAN shell is set up, you should just be able to do
18
19    % perl -MCPAN -e 'install Catalyst::Plugin::AtomServer'
20
21Download it, unpack it, then build it as per the usual:
22
23    % perl Makefile.PL
24    % make && make test
25
26Then install it:
27
28    % make install
29
30Six Apart / cpan@sixapart.com
31