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

..03-May-2022-

lib/Object/Tiny/H19-Mar-2015-7825

t/H19-Mar-2015-148107

ChangesH A D19-Mar-20151.3 KiB5239

LICENSEH A D19-Mar-201517.9 KiB380292

MANIFESTH A D19-Mar-2015274 1615

META.jsonH A D19-Mar-20151.3 KiB5553

META.ymlH A D19-Mar-2015750 3130

Makefile.PLH A D19-Mar-20151.4 KiB7053

READMEH A D19-Mar-2015763 3120

dist.iniH A D19-Mar-2015549 2522

README

1Object::Tiny::Lvalue
2
3This is a clone of Object::Tiny, but adjusted to create accessors that
4return lvalues.
5
6You probably want to use Object::Properties instead.
7
8INSTALLATION
9
10This is a Perl module distribution. It should be installed with whichever
11tool you use to manage your installation of Perl, e.g. any of
12
13  cpanm .
14  cpan  .
15  cpanp -i .
16
17Consult http://www.cpan.org/modules/INSTALL.html for further instruction.
18Should you wish to install this module manually, the procedure is
19
20  perl Makefile.PL
21  make
22  make test
23  make install
24
25COPYRIGHT AND LICENSE
26
27This software is copyright (c) 2015 by Aristotle Pagaltzis.
28
29This is free software; you can redistribute it and/or modify it under
30the same terms as the Perl 5 programming language system itself.
31