rewrite deparse system
[scpubgit/DX.git] / lib / DX / Utils.pm
index 37a0829..4c9f0b8 100644 (file)
@@ -115,7 +115,7 @@ sub proposition {
       DX::Deparse->new;
     };
     my ($thing) = @_;
-    $dp->fmt($thing);
+    $dp->format($thing);
   }
 }