Gather.pm 128 B

12345678
  1. package Gsg::Gather;
  2. use strict;
  3. use warnings;
  4. use Log::Log4perl qw(:easy);
  5. use Exporter qw(import);
  6. our @EXPORT_OK = qw();
  7. 1;