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

..03-May-2022-

inc/Module/H25-Aug-2015-3,1432,360

lib/Hash/H25-Aug-2015-11236

t/H25-Aug-2015-7854

ChangesH A D25-Aug-2015203 1710

MANIFESTH A D25-Aug-2015460 2221

META.ymlH A D25-Aug-2015616 2928

Makefile.PLH A D25-Aug-2015241 1710

READMEH A D25-Aug-2015854 4425

README

1Hash-Diff
2
3Hash::Diff returns the diffrence between to hashes as a hash.
4
5
6INSTALLATION
7
8To install this module, run the following commands:
9
10	perl Makefile.PL
11	make
12	make test
13	make install
14
15SUPPORT AND DOCUMENTATION
16
17After installing, you can find documentation for this module with the
18perldoc command.
19
20    perldoc Hash::Diff
21
22You can also look for information at:
23
24    RT, CPAN's request tracker
25        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Hash::Diff
26
27    AnnoCPAN, Annotated CPAN documentation
28        http://annocpan.org/dist/Hash::Diff
29
30    CPAN Ratings
31        http://cpanratings.perl.org/d/Hash::Diff
32
33    Search CPAN
34        http://search.cpan.org/dist/Hash::Diff/
35
36
37COPYRIGHT AND LICENCE
38
39Copyright (C) 2014 Bjorn-Olav Strand
40
41This program is free software; you can redistribute it and/or modify it
42under the same terms as Perl itself.
43
44