diff --git a/Changes b/Changes
index 1232283..5af7704 100644
--- a/Changes
+++ b/Changes
@@ -1,11 +1,8 @@
-Revision history for Perl extension XML::Generator::PerlData.
+Revision history for Perl extension XML::SAX::PerlData2SAX.
 
-0.95 Fri Oct 2 2015
-    - Make things more CPAN-friendly
-      patches graciously submitted by Alan Berndt
 
 0.89  Fri Jun 5 2003
-	- Fix for start_document. Bug reported by
+	- Fix for start_document. Bug reported by 
 	  Tim M�ller-Seydlitz <tms@nagler-company.com>
 
 0.87  Fri Feb 08 2002
diff --git a/META.json b/META.json
index 1746786..bad71f0 100644
--- a/META.json
+++ b/META.json
@@ -4,13 +4,13 @@
       "Kip Hampton <khampton@totalcinema.com>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142690",
+   "generated_by" : "ExtUtils::MakeMaker version 7.62, CPAN::Meta::Converter version 2.150010",
    "license" : [
       "perl_5"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
-      "version" : "2"
+      "version" : 2
    },
    "name" : "XML-Generator-PerlData",
    "no_index" : {
@@ -45,5 +45,6 @@
          "url" : "https://github.com/ubu/xml-generator-perldata"
       }
    },
-   "version" : "0.95"
+   "version" : "0.93",
+   "x_serialization_backend" : "JSON::PP version 4.06"
 }
diff --git a/META.yml b/META.yml
index 2a5f50e..bd4edca 100644
--- a/META.yml
+++ b/META.yml
@@ -7,7 +7,7 @@ build_requires:
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142690'
+generated_by: 'ExtUtils::MakeMaker version 7.62, CPAN::Meta::Converter version 2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -22,4 +22,5 @@ requires:
 resources:
   license: http://dev.perl.org/licenses
   repository: https://github.com/ubu/xml-generator-perldata
-version: '0.95'
+version: '0.93'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff --git a/PerlData.pm b/PerlData.pm
index dca9ede..11adcb2 100644
--- a/PerlData.pm
+++ b/PerlData.pm
@@ -7,7 +7,7 @@ use vars qw($VERSION @ISA $NS_XMLNS $NS_XML);
 use Scalar::Util qw(refaddr);
 
 # some globals
-$VERSION = '0.95';
+$VERSION = '0.93';
 @ISA = qw( XML::SAX::Base );
 $NS_XML   = 'http://www.w3.org/XML/1998/namespace';
 $NS_XMLNS = 'http://www.w3.org/2000/xmlns/';
diff --git a/debian/changelog b/debian/changelog
index 03045b1..171615c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxml-generator-perldata-perl (0.95-2) UNRELEASED; urgency=medium
+libxml-generator-perldata-perl (0.95+git20151002.1.feba064-1) UNRELEASED; urgency=medium
 
   [ gregor herrmann ]
   * debian/watch: use uscan version 4.
@@ -12,8 +12,9 @@ libxml-generator-perldata-perl (0.95-2) UNRELEASED; urgency=medium
   * Bump debhelper from old 12 to 13.
   * Update standards version to 4.5.1, no changes needed.
   * Update standards version to 4.6.0, no changes needed.
+  * New upstream snapshot.
 
- -- gregor herrmann <gregoa@debian.org>  Sat, 22 Feb 2020 16:47:32 +0100
+ -- gregor herrmann <gregoa@debian.org>  Fri, 01 Apr 2022 01:04:37 -0000
 
 libxml-generator-perldata-perl (0.95-1.1) unstable; urgency=medium
 
diff --git a/debian/patches/spelling-error-in-manpage b/debian/patches/spelling-error-in-manpage
index ae5d2a6..ce0e89f 100644
--- a/debian/patches/spelling-error-in-manpage
+++ b/debian/patches/spelling-error-in-manpage
@@ -3,9 +3,11 @@ Author: Nick Morrott <knowledgejunkie@gmail.com>
 Bug: https://github.com/ubu/xml-generator-perldata/pull/6
 Last-Update: 2019-01-22
 ---
---- a/PerlData.pm
-+++ b/PerlData.pm
-@@ -977,7 +977,7 @@
+Index: libxml-generator-perldata-perl/PerlData.pm
+===================================================================
+--- libxml-generator-perldata-perl.orig/PerlData.pm
++++ libxml-generator-perldata-perl/PerlData.pm
+@@ -977,7 +977,7 @@ over the resulting document streams.
  
  Processing comes in two flavors: B<Simple Style> and B<Stream Style>:
  
@@ -14,7 +16,7 @@ Last-Update: 2019-01-22
  Perl data structure that you want to convert to XML as quickly and painlessly as possible. 'Stream
  style' is more useful for cases where you are receiving chunks of data (like from a DBI handle)
  and you want to process those chunks as they appear. See B<PROCESSING METHODS> for more info about
-@@ -1059,18 +1059,22 @@
+@@ -1059,18 +1059,22 @@ When set to a defined value, this option
  the top-level root element when parse() or parse_start() and parse_end()
  are called.
  
@@ -41,7 +43,7 @@ Last-Update: 2019-01-22
  
      $pd->new( Handler => $writer_instance,
                rootname => 'document',
-@@ -1265,7 +1269,7 @@
+@@ -1265,7 +1269,7 @@ this subroutine and the sub is expected
  arrayrefs, no keyname will be passed, but you can still generate the name from scratch.
  
  Extending that idea, keymap will also accept a default mapping using the key '*' that will