ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Array-Heap/Heap.pm
(Generate patch)

Comparing Array-Heap/Heap.pm (file contents):
Revision 1.9 by root, Tue Jul 14 23:45:10 2015 UTC vs.
Revision 1.10 by root, Wed Dec 7 12:06:35 2016 UTC

28=cut 28=cut
29 29
30package Array::Heap; 30package Array::Heap;
31 31
32BEGIN { 32BEGIN {
33 $VERSION = 3.21; 33 $VERSION = 3.22;
34 34
35 require XSLoader; 35 require XSLoader;
36 XSLoader::load ("Array::Heap", $VERSION); 36 XSLoader::load ("Array::Heap", $VERSION);
37} 37}
38 38

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines