summaryrefslogtreecommitdiffstats
path: root/Bugzilla/RNG.pm
AgeCommit message (Collapse)AuthorFilesLines
2011-10-23Bug 696541: Only load some external modules when needed, to improve the load ↵Frédéric Buclin1-4/+3
time of pages r/a=mkanat
2011-08-05Bug 658407: Make Bugzilla not use Math::Random::Secure anymore, due to theMax Kanat-Alexander1-0/+233
difficulty of installing its dependencies. Instead move the code directly into Bugzilla itself. r=LpSolit, r=glob, a=mkanat