This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update AnyDBM_File's documentation to avoid use POSIX;
authorNicholas Clark <nick@ccl4.org>
Thu, 1 Sep 2011 20:49:42 +0000 (22:49 +0200)
committerNicholas Clark <nick@ccl4.org>
Thu, 1 Sep 2011 20:51:56 +0000 (22:51 +0200)
commit5f8b5b708cedba3c94f25cd706768d6db53611fd
treec3f8ec33df773826a13c9d9ce935c30222911175
parent25b1159e83fc9adc6d42cbbd24260c1b6d977d6b
Update AnyDBM_File's documentation to avoid use POSIX;

use Fcntl; is a much more efficient way to load the two constants needed.
Bring the joy of strict (and warnings) to AnyDBM_File, remove commented-out
code, and add __END__ to make it clear that there is no more code hiding
beyond the pod.
lib/AnyDBM_File.pm
pod/perldelta.pod