Package : perl-Exporter-Easy
Package details
Summary: Takes even more drudgery out of Exporting symbols
Description:
Exporter::Easy makes using Exporter easy. In it's simplest case it allows
you to drop the boilerplate code that comes with using Exporter, so
require Exporter;
use base qw( Exporter );
use vars qw( @EXPORT );
@EXPORT = ( 'init' );
becomes
URL: https://metacpan.org/release/Exporter-Easy
License: GPL+ or Artistic
Maintainer: tv
Description:
Exporter::Easy makes using Exporter easy. In it's simplest case it allows
you to drop the boilerplate code that comes with using Exporter, so
require Exporter;
use base qw( Exporter );
use vars qw( @EXPORT );
@EXPORT = ( 'init' );
becomes
URL: https://metacpan.org/release/Exporter-Easy
License: GPL+ or Artistic
Maintainer: tv
List of RPMs
- perl-Exporter-Easy-0.180.0-5.mga9.noarch.rpm (Mageia cauldron, i586 media, core-release) Install