Use https links in Perl guidelines
This commit is contained in:
parent
050e8353f2
commit
e493204bf2
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue