Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | -remove MD5 | Olli Hauer | 2011-07-03 | 1 | -1/+0 |
| | | | | Notes: svn path=/head/; revision=276999 | ||||
* | IO::Null | Erwin Lansing | 2006-06-10 | 1 | -0/+3 |
======== Calling a constructor of this class always succeeds, returning a new null filehabdle. Writing to any object of this class is always a no- operation, and returns true. Reading from any object of this class is always nooperation, and returns empty-string or empty-list, as appropriate. WWW: http://search.cpan.org/dist/IO-Null/ PR: ports/98723 Submitted by: Rouslan Iskhakov <rouslan@rshell.net> Notes: svn path=/head/; revision=165034 |