• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Sub/H03-Dec-2005-631453

t/H03-Dec-2005-517351

Build.PLH A D03-Dec-2005728 2719

ChangesH A D03-Dec-20051.1 KiB3326

MANIFESTH A D03-Dec-2005449 2423

META.ymlH A D03-Dec-2005560 2423

Makefile.PLH A D03-Dec-2005408 1816

READMEH A D03-Dec-2005488 2716

README

1Sub::Signatures version 0.20
2=====================
3
4INSTALLATION
5
6To install this module type the following:
7
8   perl Build.PL
9   ./Build
10   ./Build test
11   ./Build install
12
13DEPENDENCIES
14
15This module requires these other modules and libraries:
16
17 Filter::Simple
18 Test::Exception (only for the tests, of course)
19
20COPYRIGHT AND LICENCE
21
22Copyright (C) 2004-2005 Curtis "Ovid" Poe
23
24This library is free software; you can redistribute it and/or modify
25it under the same terms as Perl itself.
26
27