pdcawley / perl-announcements

A Perl port of Vassili Bykov's announcement framework

This URL has Read+Write access

perl-announcements / README
100644 38 lines (23 sloc) 0.946 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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.