--- messaging/manakai/bin/daf.pl 2006/11/05 12:31:49 1.20 +++ messaging/manakai/bin/daf.pl 2006/12/02 12:46:18 1.21 @@ -7,7 +7,7 @@ swcfg21 => q, }; -our$VERSION=do{my @r=(q$Revision: 1.20 $=~/\d+/g);sprintf "%d."."%02d" x $#r,@r}; +our$VERSION=do{my @r=(q$Revision: 1.21 $=~/\d+/g);sprintf "%d."."%02d" x $#r,@r}; use Cwd; use Getopt::Long; use Pod::Usage; @@ -157,7 +157,7 @@ } } -our $impl = $Message::DOM::ImplementationRegistry->get_implementation; +our $impl = $Message::DOM::ImplementationRegistry->get_dom_implementation; ## --- Loading and Updating the Database