diff --git a/META.json b/META.json
index 2a6f5ee..5e8a4a4 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "Graham Barr <gbarr@pobox.com>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.62, CPAN::Meta::Converter version 2.150010",
    "license" : [
       "perl_5"
    ],
@@ -41,5 +41,5 @@
       }
    },
    "version" : "2.33",
-   "x_serialization_backend" : "JSON::PP version 4.04"
+   "x_serialization_backend" : "JSON::PP version 4.06"
 }
diff --git a/META.yml b/META.yml
index 65008fb..b6723fa 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 7.44, CPAN::Meta::Converter version 2.150010'
+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
diff --git a/debian/changelog b/debian/changelog
index 558772c..1c0b517 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libtimedate-perl (2.3300+git20210805.2.21b0250-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sat, 07 May 2022 02:39:07 -0000
+
 libtimedate-perl (2.3300-2) unstable; urgency=medium
 
   [ Debian Janitor ]
diff --git a/lib/Date/Parse.pm b/lib/Date/Parse.pm
index afdcc1c..a5dc0fb 100644
--- a/lib/Date/Parse.pm
+++ b/lib/Date/Parse.pm
@@ -354,12 +354,6 @@ Below is a sample list of dates that are known to be parsable with Date::Parse
  1999 10:02:18 "GMT"
  16 Nov 94 22:28:20 PST 
 
-=head1 LIMITATION
-
-Date::Parse uses L<Time::Local> internally, so is limited to only parsing dates
-which result in valid values for Time::Local::timelocal. This generally means dates
-between 1901-12-17 00:00:00 GMT and 2038-01-16 23:59:59 GMT
-
 =head1 BUGS
 
 When both the month and the date are specified in the date as numbers