partially implement booleans
[id3fs.git] / lib / ID3FS / PathElement / Boolean.pm
index 8f2f35f..baf80c6 100644 (file)
@@ -15,4 +15,6 @@ sub new
     return $self;
 }
 
+sub type { return "boolean"; }
+
 1;