move Dwarn_only and DwarnS_only into @EXPORT and add to Changes
[p5sagit/Data-Dumper-Concise.git] / lib / Data / Dumper / Concise / Sugar.pm
index 9a514b2..cae80af 100644 (file)
@@ -7,9 +7,8 @@ use Data::Dumper::Concise ();
 
 BEGIN { @ISA = qw(Exporter) }
 
-@EXPORT = qw(Dwarn DwarnS);
+@EXPORT = qw(Dwarn DwarnS Dwarn_only DwarnS_only);
 
-@EXPORT_OK = qw(Dwarn_only DwarnS_only);
 
 sub Dwarn { warn Data::Dumper::Concise::Dumper @_; @_ }