mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 07:28:01 -05:00
13 lines
391 B
Ruby
13 lines
391 B
Ruby
require 'package'
|
|
Package.load_package("#{__dir__}/perl_xml_sax.rb")
|
|
|
|
class Perl_xml_sax_parserfactory < Package
|
|
description 'XML::SAX::ParserFactory is a factory class for providing an application with a Perl SAX2 XML parser.'
|
|
homepage 'https://metacpan.org/pod/XML::SAX::ParserFactory'
|
|
version Perl_xml_sax.version
|
|
license 'GPL-1+ or Artistic'
|
|
compatibility 'all'
|
|
|
|
is_fake
|
|
end
|