News::Article::NoCeM
=================================

News::Article::NoCeM is a library of perl modules for managing NoCeM notice in 
Network News services. It's meant to be used for code-reuse and sharing when
writing news-based applications.  It currently includes:

News::Article::NoCeM		Generate accurate nocem notices

Installation Instructions
=========================

If you've got perl installed, it's easy:

  perl Makefile.PL
  make
  make test
  sudo make install

(If you don't have sudo installed, run the final command as root.)

If you don't have perl installed, then go install it and start over.
It'll do you good.