https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40680 Victor Grousset/tuxayo <victor@tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #186655|0 |1 is obsolete| | --- Comment #50 from Victor Grousset/tuxayo <victor@tuxayo.net> --- Created attachment 187123 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187123&action=edit Bug 40680: Move EXPORT_OK right after Modern::Perl So it is done before the other use statements. Also uniformize the pattern, must now be: ``` use Modern::Perl; use base 'Exporter'; BEGIN { our @EXPORT_OK = qw(subroutine list); } ``` Rebased-by: Victor Grousset/tuxayo <victor@tuxayo.net> Bug38936 exported redirect_if_opac_suppressed -- You are receiving this mail because: You are watching all bug changes.