X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDX%2FUtils.pm;h=4c9f0b879f9d94a89117310e55a3b9ba998db6a1;hb=c25fbf056abf91b25ef365e9be2a84eb2b132dba;hp=37a0829016591e667732c10405b82280cce54039;hpb=839c00187ec8fa2eaf2349ceabaec43a010be111;p=scpubgit%2FDX.git diff --git a/lib/DX/Utils.pm b/lib/DX/Utils.pm index 37a0829..4c9f0b8 100644 --- a/lib/DX/Utils.pm +++ b/lib/DX/Utils.pm @@ -115,7 +115,7 @@ sub proposition { DX::Deparse->new; }; my ($thing) = @_; - $dp->fmt($thing); + $dp->format($thing); } }