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.6 by root, Fri Apr 19 20:54:45 2013 UTC vs.
Revision 1.7 by root, Mon Oct 27 22:33:50 2014 UTC

28=cut 28=cut
29 29
30package Array::Heap; 30package Array::Heap;
31 31
32BEGIN { 32BEGIN {
33 $VERSION = '3.0'; 33 $VERSION = 3.1;
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