CIF-WebAPI-Writer-atom
======================

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

   add the following line to your apache location directive (eg: <Location api/>):

     PerlAddVar Apache2RESTWriterRegistry 'atom'
     PerlAddVar Apache2RESTWriterRegistry 'CIF::WebAPI::Writer::atom'
   
   restart apache2


DEPENDENCIES

This module requires these other modules and libraries:

  Apache2::REST CIF::WebAPI XML::Atom 

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2011 by Wes Young (claimid.com/wesyoung)
Copyright (C) 2011 by the Trustee's of Indiana University (www.iu.edu)
Copyright (C) 2011 by the REN-ISAC (www.ren-isac.net)

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.10.0 or,
at your option, any later version of Perl 5 you may have available.
