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

..03-May-2022-

examples/H04-Mar-2016-124103

lib/Set/H04-Mar-2016-35894

t/H04-Mar-2016-244162

ChangesH A D04-Mar-2016514 1611

MANIFESTH A D04-Mar-2016320 1413

META.jsonH A D04-Mar-2016874 4241

META.ymlH A D04-Mar-2016486 2322

Makefile.PLH A D24-Sep-2014311 1612

READMEH A D24-Sep-2014984 4527

README

1Set-Tiny
2
3Set::Tiny is a thin wrapper around regular Perl hashes to perform often needed
4set operations, such as testing two sets of strings for equality, or checking
5whether one is contained within the other.
6
7INSTALLATION
8
9To install this module, run the following commands:
10
11	perl Makefile.PL
12	make
13	make test
14	make install
15
16SUPPORT AND DOCUMENTATION
17
18After installing, you can find documentation for this module with the
19perldoc command.
20
21    perldoc Set::Tiny
22
23You can also look for information at:
24
25    RT, CPAN's request tracker
26        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Set-Tiny
27
28    AnnoCPAN, Annotated CPAN documentation
29        http://annocpan.org/dist/Set-Tiny
30
31    CPAN Ratings
32        http://cpanratings.perl.org/d/Set-Tiny
33
34    Search CPAN
35        http://search.cpan.org/dist/Set-Tiny/
36
37
38COPYRIGHT AND LICENCE
39
40Copyright (C) 2009 Stanis Trendelenburg
41
42This program is free software; you can redistribute it and/or modify it
43under the same terms as Perl itself.
44
45