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

..03-May-2022-

lib/Class/H11-Oct-2020-469300

t/H11-Oct-2020-757624

Build.PLH A D11-Oct-20201.2 KiB3432

ChangesH A D11-Oct-2020916 2414

LICENSEH A D11-Oct-20201 KiB2217

MANIFESTH A D11-Oct-2020206 1615

META.jsonH A D11-Oct-20201.6 KiB6160

META.ymlH A D11-Oct-2020967 3332

Makefile.PLH A D11-Oct-20201.3 KiB3529

READMEH A D11-Oct-2020608 2517

README

1Class::NamedParms
2
3 Provides standard get/set/clear accessors for a class via named
4 parameter with forced lexical checking of named parameters
5 for validity and initialization validation. Lightweight and simple
6 to use. Designed as a base class for inheritance by other modules.
7
8To install:
9
10perl Makefile.PL
11make
12make test
13make install
14
15Alternatively, if you have Module::Build installed,
16
17perl Build.PL
18./Build
19./Build test
20./Build install
21
22Type 'perldoc Class::NamedParms' after installation for the documentation
23
24Copyright 1999-2020, Jerilyn Franz and FreeRun Technologies, Inc. All Rights Reserved.
25