Adding upstream version 1:2.47.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
fd5a0bafa2
commit
54102a2c29
4535 changed files with 1510258 additions and 0 deletions
10
perl/Git/LoadCPAN/Error.pm
Normal file
10
perl/Git/LoadCPAN/Error.pm
Normal file
|
@ -0,0 +1,10 @@
|
|||
package Git::LoadCPAN::Error;
|
||||
use 5.008001;
|
||||
use strict;
|
||||
use warnings $ENV{GIT_PERL_FATAL_WARNINGS} ? qw(FATAL all) : ();
|
||||
use Git::LoadCPAN (
|
||||
module => 'Error',
|
||||
import => 1,
|
||||
);
|
||||
|
||||
1;
|
Loading…
Add table
Add a link
Reference in a new issue