Use https links in Perl guidelines

This commit is contained in:
Jason ティビツ 2021-10-05 18:14:45 -05:00 committed by churchyard
commit e493204bf2

View file

@ -105,7 +105,7 @@ use autouse 'Date::Calc' => qw(Delta_DHMS Decode_Date_EU Decode_Date_US);
use autouse 'Date::Manip' => qw(ParseDate Date_Init);
....
Similarly, it possible to miss Provides:, as was the case in http://bugzilla.redhat.com/167797[Bug #167797] , where the `+perl-DBD-Pg+` package failed to Provide: `+perl(DBD::Pg)+` due to the following construct in `+DBD::Pg+` version 1.43:
Similarly, it possible to miss Provides:, as was the case in https://bugzilla.redhat.com/167797[Bug #167797] , where the `+perl-DBD-Pg+` package failed to Provide: `+perl(DBD::Pg)+` due to the following construct in `+DBD::Pg+` version 1.43:
....
{ package DBD::Pg;