App-MultiModule

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

  Carp: '0'
  Data::Dumper: '0'
  Digest::MD5: '0'
  Getopt::Std: '0'
  IPC::Transit: '0'
  IPC::Transit::Router: '0'
  Message::Match: '0'
  Message::Transform: '0'
  POE: '0'
  POSIX: '0'
  PadWalker: '0'
  Sereal::Decoder: '0'
  Sereal::Encoder: '0'
  Storable: '0'
  Test::More: '0'
  lib: '0'
  parent: '0'
  perl: '5.006'
  strict: '0'
  warnings: '0'
resources:

Makefile.PL  view on Meta::CPAN

    "Carp" => 0,
    "Data::Dumper" => 0,
    "Digest::MD5" => 0,
    "Getopt::Std" => 0,
    "IPC::Transit" => 0,
    "IPC::Transit::Router" => 0,
    "Message::Match" => 0,
    "Message::Transform" => 0,
    "POE" => 0,
    "POSIX" => 0,
    "PadWalker" => 0,
    "Sereal::Decoder" => 0,
    "Sereal::Encoder" => 0,
    "Storable" => 0,
    "Test::More" => 0,
    "lib" => 0,
    "parent" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "VERSION" => "1.171870",

Makefile.PL  view on Meta::CPAN

  "Carp" => 0,
  "Data::Dumper" => 0,
  "Digest::MD5" => 0,
  "Getopt::Std" => 0,
  "IPC::Transit" => 0,
  "IPC::Transit::Router" => 0,
  "Message::Match" => 0,
  "Message::Transform" => 0,
  "POE" => 0,
  "POSIX" => 0,
  "PadWalker" => 0,
  "Sereal::Decoder" => 0,
  "Sereal::Encoder" => 0,
  "Storable" => 0,
  "Test::More" => 0,
  "lib" => 0,
  "parent" => 0,
  "strict" => 0,
  "warnings" => 0
);

lib/App/MultiModule/Tasks/OutOfBand.pm  view on Meta::CPAN

package App::MultiModule::Tasks::OutOfBand;
$App::MultiModule::Tasks::OutOfBand::VERSION = '1.171870';
use strict;use warnings;
use Storable;
use Message::Match qw(mmatch);
use IPC::Transit;
use PadWalker qw(peek_my);

$Storable::Deparse = 1;
$Storable::Deparse = 1;
$Storable::Eval = 1;
$Storable::Eval = 1;

use parent 'App::MultiModule::Task';

=head2 message



( run in 0.354 second using v1.01-cache-2.11-cpan-05444aca049 )