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