X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FID3FS%2FPathElement%2FBoolean.pm;h=baf80c69bcf0c78376a5dec8e04f54ec113a4606;hb=167bfd767f228c2351f567c5f36b270ea5c25550;hp=8f2f35f9df87c72846ad9ade4c2b4d4baa08aebd;hpb=c22855a1c82add5238b01fd0aa0f111a0befa24b;p=id3fs.git diff --git a/lib/ID3FS/PathElement/Boolean.pm b/lib/ID3FS/PathElement/Boolean.pm index 8f2f35f..baf80c6 100644 --- a/lib/ID3FS/PathElement/Boolean.pm +++ b/lib/ID3FS/PathElement/Boolean.pm @@ -15,4 +15,6 @@ sub new return $self; } +sub type { return "boolean"; } + 1;