CIF-WebAPI-Writer-iodef
=======================

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 'iodef'
     PerlAddVar Apache2RESTWriterRegistry 'CIF::WebAPI::Writer::iodef'

   restart apache2


DEPENDENCIES

This module requires these other modules and libraries:

  CIF::WebAPI XML::IODEF

COPYRIGHT AND LICENCE

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.
