X-Git-Url: https://git.p6c8.net/dumbdbm.git/blobdiff_plain/dc2bf915ea39fc2f0a57f5f038d99d1224bacf08..cc3eedcb6a066379e3684c468e3bc17991e62fe7:/DumbDBM_File.pm?ds=sidebyside diff --git a/DumbDBM_File.pm b/DumbDBM_File.pm index ef94584..bae542c 100644 --- a/DumbDBM_File.pm +++ b/DumbDBM_File.pm @@ -4,7 +4,8 @@ package DumbDBM_File; # # Based on Python's dumbdbm / dbm.dumb # -# Author: Patrick Canterino +# Author: Patrick Canterino +# License: 2-Clause BSD License use strict; @@ -257,11 +258,11 @@ size of each value. =item example.dir.bak -This file B containg a backup of the index file. +This file B contain a backup of the index file. =item example.dat -This is the database file containing the values separated by zeros. +This is the database file containing the values separated by zero bytes. =back @@ -285,12 +286,17 @@ index =head1 COPYRIGHT +Copyright (c) 2019, Patrick Canterino, + +This Perl module is licensed under the terms of the 2-Clause BSD License, see +file F or L for details. + =head1 AUTHOR DumbDBM_File was written by Patrick Canterino -L. +L. -L +L If you wonder why I wrote this: I felt boring ;)