X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-File-KDBX;a=blobdiff_plain;f=lib%2FFile%2FKDBX.pm;fp=lib%2FFile%2FKDBX.pm;h=ee6522d8d3f7bc3aa9c506d3a1acd33360d7c44a;hp=1fc0067e5cf7790bbf3ea1dac61cc891b7c1adfe;hb=b01f40aad5c23676c1e3d5e80cdf75097e32ffba;hpb=5950244f5eaeda8ec5f83b236552217ec5d480cb diff --git a/lib/File/KDBX.pm b/lib/File/KDBX.pm index 1fc0067..ee6522d 100644 --- a/lib/File/KDBX.pm +++ b/lib/File/KDBX.pm @@ -647,7 +647,7 @@ sub groups { $kdbx->add_entry($entry, %options); $kdbx->add_entry(%entry_attributes, %options); -Add a entry to a database. This is equivalent to identifying a parent group and calling +Add an entry to a database. This is equivalent to identifying a parent group and calling L on the parent group, forwarding the arguments. Available options: =for :list @@ -1406,7 +1406,7 @@ secure the database when dumped. The attributes that will be randomized are: * L Randomizing these values has no effect on a loaded database. These are only used when a database is dumped. -You normally do not need to call this method explicitly because the dumper does it explicitly by default. +You normally do not need to call this method explicitly because the dumper does it for you by default. =cut