diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-04-11 16:31:30 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-09-17 12:06:57 +1200 |
commit | 28f4fe07f93117fdb52e0c632022b3fe03039e93 (patch) | |
tree | c91fe7fbc33d68bef98aaf653667c8b1b994fbc4 /eclass | |
parent | perl-functions.eclass: Add perl_delete_emptybsdir (diff) | |
download | perl-overlay-28f4fe07f93117fdb52e0c632022b3fe03039e93.tar.gz perl-overlay-28f4fe07f93117fdb52e0c632022b3fe03039e93.tar.bz2 perl-overlay-28f4fe07f93117fdb52e0c632022b3fe03039e93.zip |
perl-functions.eclass: Declare perlinfo_done
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/perl-functions.eclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/eclass/perl-functions.eclass b/eclass/perl-functions.eclass index ddc764471..5393af526 100644 --- a/eclass/perl-functions.eclass +++ b/eclass/perl-functions.eclass @@ -69,6 +69,8 @@ perl_check_module_version() { fi } +perlinfo_done=false + # @FUNCTION: perl_set_version # @DESCRIPTION: # Extract version information and installation paths from the current Perl |