Closed duffee closed 7 years ago
Move deprecated long names out of the EXPORT_TAGS for :long and into a new tag :deprecated. Make a note in the ChangeLog
Depends on #28
comment out line 61 from xml_to_pm.pl push @{$tagname->{long}}, $alternate; to remove alternate names from :long tag
push @{$tagname->{long}}, $alternate;
Move deprecated long names out of the EXPORT_TAGS for :long and into a new tag :deprecated. Make a note in the ChangeLog
Depends on #28