root/ext/Math-Random-Kiss/Makefile.PL

Revision 13561, 253 bytes (checked in by lanny, 2 years ago)

[ext/Math-Random-Kiss]
- simple fast PRNG (Marsaglia)
- has a working srand() but is *slow* (in pugs) so no Prelude for it
[t/unspecced/sort.t]
- minor cleanup

  • Property svn:mime-type set to text/plain; charset=UTF-8
  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1use strict;
2use lib "../..", "../../inc";
3use inc::Module::Install prefix => '../../inc';
4
5name       ('Math::Random::Kiss');
6version    ('0.01');
7abstract   ('Perl 6 Math::Random::Kiss');
8author     ('Pugs team');
9license    ('perl');
10
11WritePugs  (6);
Note: See TracBrowser for help on using the browser.