diff --git a/Changes b/Changes new file mode 100644 index 0000000..3368ac5 --- /dev/null +++ b/Changes @@ -0,0 +1,7 @@ +Next + Docs + * Mention Data::Random and Data::Generate in the docs. + + +20090630 - Mon Jun 29 23:33:00 EDT 2009 + First version released \ No newline at end of file diff --git a/MANIFEST b/MANIFEST index 5db0ed2..1c1e33c 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,6 +1,7 @@ .perlcriticrc .perltidyrc Build.PL +Changes inc/MyBuild.pm lib/Test/Sims.pm MANIFEST This list of files diff --git a/lib/Test/Sims.pm b/lib/Test/Sims.pm index 0c0fcbf..8043b0a 100644 --- a/lib/Test/Sims.pm +++ b/lib/Test/Sims.pm @@ -334,6 +334,10 @@ L is a set of slides outlining the Sims testing technique which this module is supporting. +L for common rand_* routines. + +L to generate random data from a set of rules. + =head1 SOURCE