Codebase list libalgorithm-permute-perl / f7d0259
(Re-)sort dependencies Gbp-Dch: ignore gregor herrmann 1 year, 2 months ago
1 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
1515
1616 Package: libalgorithm-permute-perl
1717 Architecture: any
18 Depends: ${perl:Depends},
19 ${shlibs:Depends},
20 ${misc:Depends}
18 Depends: ${misc:Depends},
19 ${perl:Depends},
20 ${shlibs:Depends}
2121 Description: module to perform permutations with object oriented interface
2222 Algorithm::Permute makes performing permutation in Perl easy and fast,
2323 although perhaps its algorithm is not the fastest on the earth. It supports