New Upstream Snapshot - libhtml-tokeparser-simple-perl

Ready changes

Summary

Merged new upstream version: 3.16+git20180318.1.9a459f6 (was: 3.16).

Resulting package

Built on 2023-01-19T21:02 (took 5m8s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots libhtml-tokeparser-simple-perl

Lintian Result

Diff

diff --git a/META.json b/META.json
index 6727a09..16db46b 100644
--- a/META.json
+++ b/META.json
@@ -4,19 +4,19 @@
       "Curtis \"Ovid\" Poe <ovid@cpan.org>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "Module::Build version 0.4003, CPAN::Meta::Converter version 2.120630",
+   "generated_by" : "Module::Build version 0.4232",
    "license" : [
       "perl_5"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
-      "version" : "2"
+      "version" : 2
    },
    "name" : "HTML-TokeParser-Simple",
    "prereqs" : {
       "configure" : {
          "requires" : {
-            "Module::Build" : "0.40"
+            "Module::Build" : "0.42"
          }
       },
       "runtime" : {
@@ -76,5 +76,6 @@
          "url" : "https://github.com/Ovid/html-tokeparser-simple"
       }
    },
-   "version" : "3.16"
+   "version" : "3.16",
+   "x_serialization_backend" : "JSON::PP version 4.07"
 }
diff --git a/META.yml b/META.yml
index 208aca7..a87c64c 100644
--- a/META.yml
+++ b/META.yml
@@ -1,52 +1,53 @@
 ---
 abstract: 'Easy to use C<HTML::TokeParser> interface'
 author:
-  - "Curtis \"Ovid\" Poe <ovid@cpan.org>"
+  - 'Curtis "Ovid" Poe <ovid@cpan.org>'
 build_requires: {}
 configure_requires:
-  Module::Build: 0.40
+  Module::Build: '0.42'
 dynamic_config: 1
-generated_by: 'Module::Build version 0.4003, CPAN::Meta::Converter version 2.120630'
+generated_by: 'Module::Build version 0.4232, CPAN::Meta::Converter version 2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: HTML-TokeParser-Simple
 provides:
   HTML::TokeParser::Simple:
     file: lib/HTML/TokeParser/Simple.pm
-    version: 3.16
+    version: '3.16'
   HTML::TokeParser::Simple::Token:
     file: lib/HTML/TokeParser/Simple/Token.pm
-    version: 3.16
+    version: '3.16'
   HTML::TokeParser::Simple::Token::Comment:
     file: lib/HTML/TokeParser/Simple/Token/Comment.pm
-    version: 3.16
+    version: '3.16'
   HTML::TokeParser::Simple::Token::Declaration:
     file: lib/HTML/TokeParser/Simple/Token/Declaration.pm
-    version: 3.15
+    version: '3.15'
   HTML::TokeParser::Simple::Token::ProcessInstruction:
     file: lib/HTML/TokeParser/Simple/Token/ProcessInstruction.pm
-    version: 3.16
+    version: '3.16'
   HTML::TokeParser::Simple::Token::Tag:
     file: lib/HTML/TokeParser/Simple/Token/Tag.pm
-    version: 3.16
+    version: '3.16'
   HTML::TokeParser::Simple::Token::Tag::End:
     file: lib/HTML/TokeParser/Simple/Token/Tag/End.pm
-    version: 3.16
+    version: '3.16'
   HTML::TokeParser::Simple::Token::Tag::Start:
     file: lib/HTML/TokeParser/Simple/Token/Tag/Start.pm
-    version: 3.16
+    version: '3.16'
   HTML::TokeParser::Simple::Token::Text:
     file: lib/HTML/TokeParser/Simple/Token/Text.pm
-    version: 3.16
+    version: '3.16'
 requires:
-  HTML::Parser: 3.25
-  HTML::TokeParser: 2.24
-  Sub::Override: 0
-  Test::More: 0
-  perl: 5.006
+  HTML::Parser: '3.25'
+  HTML::TokeParser: '2.24'
+  Sub::Override: '0'
+  Test::More: '0'
+  perl: '5.006'
 resources:
   license: http://dev.perl.org/licenses/
   repository: https://github.com/Ovid/html-tokeparser-simple
-version: 3.16
+version: '3.16'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff --git a/Makefile.PL b/Makefile.PL
index dba645e..881b030 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,18 +1,18 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.4003
+# Note: this file was auto-generated by Module::Build::Compat version 0.4232
 require 5.006;
 use ExtUtils::MakeMaker;
 WriteMakefile
 (
-  'NAME' => 'HTML::TokeParser::Simple',
   'VERSION_FROM' => 'lib/HTML/TokeParser/Simple.pm',
+  'NAME' => 'HTML::TokeParser::Simple',
+  'INSTALLDIRS' => 'site',
+  'PL_FILES' => {},
   'PREREQ_PM' => {
                    'HTML::Parser' => '3.25',
-                   'HTML::TokeParser' => '2.24',
                    'Sub::Override' => 0,
-                   'Test::More' => 0
+                   'Test::More' => 0,
+                   'HTML::TokeParser' => '2.24'
                  },
-  'INSTALLDIRS' => 'site',
-  'EXE_FILES' => [],
-  'PL_FILES' => {}
+  'EXE_FILES' => []
 )
 ;
diff --git a/debian/changelog b/debian/changelog
index 901f009..c1f3427 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libhtml-tokeparser-simple-perl (3.16+git20180318.1.9a459f6-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 19 Jan 2023 20:58:13 -0000
+
 libhtml-tokeparser-simple-perl (3.16-4) unstable; urgency=medium
 
   [ Debian Janitor ]
diff --git a/lib/HTML/TokeParser/Simple.pm b/lib/HTML/TokeParser/Simple.pm
index 7752baa..f095ae7 100644
--- a/lib/HTML/TokeParser/Simple.pm
+++ b/lib/HTML/TokeParser/Simple.pm
@@ -134,7 +134,7 @@ However, the tokens returned are not exactly intuitive to parse:
  ["D",  $text]
  ["PI", $token0, $text]
 
-To simplify this, C<HTML::TokeParser::Simple> allows the user ask more
+To simplify this, C<HTML::TokeParser::Simple> allows the user to ask more
 intuitive (read: more self-documenting) questions about the tokens returned.
 
 You can also rebuild some tags on the fly.  Frequently, the attributes
@@ -196,7 +196,7 @@ L<HTML::TokeParser::Simple::Token::Tag::End> class.
 
 =head2 peek
 
-As of version C<3.14>, you can now C<peek()> at the upcomings tokens without
+As of version C<3.14>, you can now C<peek()> at the upcoming tokens without
 affecting the state of the parser.  By default, C<peek()> will return the text
 of the next token, but specifying an integer C<$count> will return the text of
 the next C<$count> tokens.

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details