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

..03-May-2022-

lib/Hash/H01-Jun-2009-630512

t/H01-Jun-2009-1,6271,216

Build.PLH A D01-Jun-2009580 1916

ChangesH A D01-Jun-2009320 1511

MANIFESTH A D01-Jun-2009181 1312

META.ymlH A D01-Jun-2009908 3231

Makefile.PLH A D01-Jun-2009431 1513

READMEH A D01-Jun-2009661 3018

README

1Hash/WithDefaults version 0.05
2==============================
3
4This module implements hashes that support "defaults". That is you may specify
5several more hashes in which the data will be looked up in case it is not found in
6the current hash.
7
8INSTALLATION
9
10To install this module type the following:
11
12   perl Build.PL
13   Build
14   Build test
15   Build install
16
17DEPENDENCIES
18
19This module requires these other modules and libraries:
20
21  none
22
23COPYRIGHT AND LICENCE
24
25Copyright (C) 2002-2009 Jenda Krynicky <Jenda@Krynicky.cz>
26
27This library is free software; you can redistribute it and/or modify
28it under the same terms as Perl itself.
29
30