File: TODO

package info (click to toggle)
libstring-random-perl 1%3A0.29-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 168 kB
  • ctags: 14
  • sloc: perl: 347; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 447 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
FEATURES:
* (foo|bar) should be doable.
* Generally make some attempt to implement everything documented in
  perlre(1), or at least carp() that we aren't doing the right thing.
* Allow . to mean binary data in regular expressions (maybe with a flag
  to new()).
* Implement a way to over-ride the random function using a custom one.
    - This will allow platform-independent random number generators
    as well as Linux’s /dev/urandom / etc.