Alien-LibGumbo

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

  "build_requires" => {},
  "configure_requires" => {
    "Alien::Base::ModuleBuild" => "0.005",
    "File::ShareDir" => "1.03",
    "Path::Class" => "0.013",
    "Module::Build" => 0.42,
  },
  "dist_abstract" => "gumbo parser library",
  "dist_author" => [
    "Ruslan Zakirov <Ruslan.Zakirov\@gmail.com>",
    "Best Practical Solutions, LLC <modules\@bestpractical.com>"
  ],
  "dist_name" => "Alien-LibGumbo",
  "dist_version" => "0.06",
  "license" => "perl",
  "module_name" => "Alien::LibGumbo",
  "recommends" => {},
  "recursive_test_files" => 1,
  "requires" => {
    "perl" => "5.010",
    "Alien::Base" => "0.005",
    "File::ShareDir" => "1.03",
    "Path::Class" => "0.013"
  },
  "script_files" => [],
  "test_requires" => {},
  meta_merge => {
    resources  => {
      repository => "https://github.com/bestpractical/alien-libgumbo",
      # uncomment to use GitHub issue tracker instead of RT
      #bugtracker => "https://github.com/ruz/Alien-LibGumbo/issues",
    },
  },
);


unless ( eval { Module::Build->VERSION(0.4004) } ) {
  my $tr = delete $module_build_args{test_requires};
  my $br = $module_build_args{build_requires};

Changes  view on Meta::CPAN

0.06 2026-05-22

  - Update to libgumbo 0.13.2
  - Migrate to the new libgumbo repo on codeberg
  - Add Best Practical as co-maintainer and document RT bug tracker
  - Move module repo to https://github.com/bestpractical/alien-libgumbo

0.05 2018-02-21

  - elementary documentation, thanks to the community

0.04 2016-03-05

  - slight correct to configure_requires list
    https://github.com/ruz/Alien-LibGumbo/pull/4

META.json  view on Meta::CPAN

{
   "abstract" : "gumbo parser library",
   "author" : [
      "Ruslan Zakirov <Ruslan.Zakirov@gmail.com>",
      "Best Practical Solutions, LLC <modules@bestpractical.com>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "Module::Build version 0.4234",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },

META.json  view on Meta::CPAN

         "file" : "lib/Alien/LibGumbo.pm",
         "version" : "0.06"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "license" : [
         "http://dev.perl.org/licenses/"
      ],
      "repository" : {
         "url" : "https://github.com/bestpractical/alien-libgumbo"
      }
   },
   "version" : "0.06",
   "x_serialization_backend" : "JSON::PP version 4.16"
}

META.yml  view on Meta::CPAN

---
abstract: 'gumbo parser library'
author:
  - 'Ruslan Zakirov <Ruslan.Zakirov@gmail.com>'
  - 'Best Practical Solutions, LLC <modules@bestpractical.com>'
build_requires: {}
configure_requires:
  Alien::Base::ModuleBuild: '0.005'
  File::ShareDir: '1.03'
  Module::Build: '0.42'
  Path::Class: '0.013'
dynamic_config: 1
generated_by: 'Module::Build version 0.4234, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:

META.yml  view on Meta::CPAN

  Alien::LibGumbo:
    file: lib/Alien/LibGumbo.pm
    version: '0.06'
requires:
  Alien::Base: '0.005'
  File::ShareDir: '1.03'
  Path::Class: '0.013'
  perl: '5.010'
resources:
  license: http://dev.perl.org/licenses/
  repository: https://github.com/bestpractical/alien-libgumbo
version: '0.06'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

README.md  view on Meta::CPAN

archived on GitHub with no development since 2016. This distribution now uses
the maintained fork by Grigory Kirillov, whose first release of the fork
(0.11.0) was in July 2023.

**If you're interested in parsing HTML** then you want [HTML::Gumbo](https://metacpan.org/pod/HTML::Gumbo) module, not this.

# AUTHOR

Ruslan Zakirov <Ruslan.Zakirov@gmail.com>

Best Practical Solutions, LLC <modules@bestpractical.com>

# BUGS

All bugs should be reported via email to: [bug-Alien-LibGumbo@rt.cpan.org](mailto:bug-Alien-LibGumbo@rt.cpan.org)

Or via the web at: [rt.cpan.org](http://rt.cpan.org/Public/Dist/Display.html?Name=Alien-LibGumbo).

# LICENSE

Under the same terms as perl itself.

lib/Alien/LibGumbo.pm  view on Meta::CPAN

archived on GitHub with no development since 2016. This distribution now uses
the maintained fork by Grigory Kirillov, whose first release of the fork
(0.11.0) was in July 2023.

B<If you're interested in parsing HTML> then you want L<HTML::Gumbo> module, not this.

=head1 AUTHOR

Ruslan Zakirov E<lt>Ruslan.Zakirov@gmail.comE<gt>

Best Practical Solutions, LLC E<lt>modules@bestpractical.comE<gt>

=head1 BUGS

All bugs should be reported via email to: L<bug-Alien-LibGumbo@rt.cpan.org|mailto:bug-Alien-LibGumbo@rt.cpan.org>

Or via the web at: L<rt.cpan.org|http://rt.cpan.org/Public/Dist/Display.html?Name=Alien-LibGumbo>.

=head1 LICENSE

Under the same terms as perl itself.



( run in 0.822 second using v1.01-cache-2.11-cpan-9581c071862 )