public
Description: A Perl port of Vassili Bykov's announcement framework
Homepage:
Clone URL: git://github.com/pdcawley/perl-announcements.git
pdcawley (author)
Thu Feb 19 08:01:37 -0800 2009
commit  c26793eaccdd1163bdff1a9c5f2ba3e730eb0e2c
tree    fa34a4451bf79aa3e4774302cb1bce2682ddb0d3
parent  2dff7ed3a649474dc63e0a950c265ac5f12a7200
name age message
file .gitignore Loading commit data...
file Changes
file MANIFEST
file META.yml
file Makefile.PL
file README
file TODO
directory inc/
directory lib/
directory t/
README
Announcement version 0.0.1

Danger, Will Robinson. This is very much alpha quality. Right now it passes
its tests, but doesn't actually do anything. And even to pass its tests it
needs dependencies that aren't really properly covered in Makefile.PL. In
particular, you'll need to install rafl's gitub versions of:

parse-method-signatures  - git://github.com/rafl/parse-method-signatures.git
moosex-method-signatures - git://github.com/rafl/moosex-methods-signatures.git

If you think of this package as a five finger exercise by someone relearning
in public, you won't go far wrong.

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install


DEPENDENCIES

See above, but also

MooseX::Declare
Test::Class


COPYRIGHT AND LICENCE

Copyright (C) 2009, Piers Cawley

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.