Skip to content

Commit

Permalink
fix(ci): deliver cpan libs with distrib in package name
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Feb 6, 2024
1 parent eb79b6b commit 8f9ab04
Showing 1 changed file with 45 additions and 45 deletions.
90 changes: 45 additions & 45 deletions .github/workflows/perl-cpan-libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,56 +217,56 @@ jobs:
distrib: [bullseye, bookworm, jammy]
name:
[
# "Authen::SASL::SASLprep",
# "Authen::SCRAM::Client",
# "boolean",
# "Carp::Assert",
# "Clone",
# "Clone::Choose",
# "common::sense",
# "Convert::EBCDIC",
"Authen::SASL::SASLprep",
"Authen::SCRAM::Client",
"boolean",
"Carp::Assert",
"Clone",
"Clone::Choose",
"common::sense",
"Convert::EBCDIC",
"Crypt::Blowfish_PP",
"DateTime::Format::Duration::ISO8601",
# "Device::Modbus",
# "Digest::MD5::File",
# "Digest::SHA1",
# "Email::Send::SMTP::Gmail",
# "FFI::CheckLib",
# "File::SearchPath",
# "Hash::Merge",
# "Hash::Ordered",
# "HTTP::Daemon",
# "HTTP::Daemon::SSL",
# "HTTP::ProxyPAC",
# "JMX::Jmx4Perl",
# "JSON::Parse",
# "JSON::WebToken",
# "LV",
# "MIME::Types",
# "MongoDB",
# "Net::FTPSSL",
# "Net::HTTPTunnel",
# "Net::NTP",
# "Net::SMTPS",
# "Net::SMTP_auth",
# "Net::Subnet",
# "Net::TFTP",
# "PBKDF2::Tiny",
"Device::Modbus",
"Digest::MD5::File",
"Digest::SHA1",
"Email::Send::SMTP::Gmail",
"FFI::CheckLib",
"File::SearchPath",
"Hash::Merge",
"Hash::Ordered",
"HTTP::Daemon",
"HTTP::Daemon::SSL",
"HTTP::ProxyPAC",
"JMX::Jmx4Perl",
"JSON::Parse",
"JSON::WebToken",
"LV",
"MIME::Types",
"MongoDB",
"Net::FTPSSL",
"Net::HTTPTunnel",
"Net::NTP",
"Net::SMTPS",
"Net::SMTP_auth",
"Net::Subnet",
"Net::TFTP",
"PBKDF2::Tiny",
"Schedule::Cron",
"Statistics::Descriptive",
"Statistics::Regression",
# "Sys::SigAction",
# "Term::Clui",
# "Term::ShellUI",
# "Unicode::Stringprep",
# "URI::Encode",
# "URI::Template",
# "URL::Encode",
# "UUID::URandom",
# "WWW::Selenium",
# "XML::Filter::BufferText",
# "XML::LibXML::Simple",
# "XML::SAX::Writer",
"Sys::SigAction",
"Term::Clui",
"Term::ShellUI",
"Unicode::Stringprep",
"URI::Encode",
"URI::Template",
"URL::Encode",
"UUID::URandom",
"WWW::Selenium",
"XML::Filter::BufferText",
"XML::LibXML::Simple",
"XML::SAX::Writer",
"ZMQ::Constants",
"ZMQ::LibZMQ4"
]
Expand Down

0 comments on commit 8f9ab04

Please sign in to comment.