X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBM%2FDeep%2FEngine%2FFile.pm;h=f5145c447a1e7b311acd7e4296554c372d06ce51;hb=580e5ee2931d299ba9e667fcc0645532af9c59aa;hp=846e38932af382263b160820b20a3b4bc434094e;hpb=4f034d8ffdf4d853f8f098344c5e703eb7fe32b5;p=dbsrgits%2FDBM-Deep.git diff --git a/lib/DBM/Deep/Engine/File.pm b/lib/DBM/Deep/Engine/File.pm index 846e389..f5145c4 100644 --- a/lib/DBM/Deep/Engine/File.pm +++ b/lib/DBM/Deep/Engine/File.pm @@ -1029,6 +1029,14 @@ sub set_trans_loc { $_[0]{trans_loc} = $_[1] } sub chains_loc { $_[0]{chains_loc} } sub set_chains_loc { $_[0]{chains_loc} = $_[1] } +sub supports { + shift; + my ($feature) = @_; + + return 1 if $feature eq 'transactions'; + return; +} + =head2 _dump_file() This method takes no arguments. It's used to print out a textual representation