Bug 17600: Standardize our EXPORT_OK
[srvgit] / misc / devel / install_plugins.pl
index 0177d73..8e2cee9 100755 (executable)
@@ -18,8 +18,8 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-use Getopt::Long;
-use Pod::Usage;
+use Getopt::Long qw( GetOptions );
+use Pod::Usage qw( pod2usage );
 
 use Koha::Script;