Bot-BasicBot-Pluggable-Module-JIRA

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

requires:
  Bot::BasicBot::Pluggable::Module: 0.87
  DateTime: 0.60
  DateTime::Format::MySQL: 0.04
  JIRA::Client: 0.24
  Lingua::StopWords::EN: 0.08
  Moose: 1.17
  MooseX::Traits: 0.11
  POE: 1.293
  Text::Xslate: 0.2012
  Try::Tiny: 0.06
version: 0.03

Makefile.PL  view on Meta::CPAN

  'PREREQ_PM' => {
    'Bot::BasicBot::Pluggable::Module' => '0.87',
    'DateTime' => '0.60',
    'DateTime::Format::MySQL' => '0.04',
    'JIRA::Client' => '0.24',
    'Lingua::StopWords::EN' => '0.08',
    'Moose' => '1.17',
    'MooseX::Traits' => '0.11',
    'POE' => '1.293',
    'Text::Xslate' => '0.2012',
    'Try::Tiny' => '0.06'
  },
  'VERSION' => '0.03',
  'test' => {
    'TESTS' => 't/*.t'
  }
);


unless ( eval { ExtUtils::MakeMaker->VERSION(6.56) } ) {
  my $br = delete $WriteMakefileArgs{BUILD_REQUIRES};

dist.ini  view on Meta::CPAN

[Prereqs]
Bot::BasicBot::Pluggable::Module = 0.87
DateTime                         = 0.60
DateTime::Format::MySQL          = 0.04
JIRA::Client                     = 0.24
Lingua::StopWords::EN            = 0.08
Moose                            = 1.17
MooseX::Traits                   = 0.11
POE                              = 1.293
Text::Xslate                     = 0.2012
Try::Tiny                        = 0.06

lib/Bot/BasicBot/Pluggable/Module/JIRA.pm  view on Meta::CPAN

which produces replies such as:

    <purl> PRJ-284 [Unscheduled] was closed by diz on 2010 Sep 13 (Mon) at  1:26 pm

=cut

use Moose;
use MooseX::Traits;

use POE;
use Try::Tiny;

use DateTime;
use DateTime::Format::MySQL;
use Lingua::StopWords::EN;
use JIRA::Client;
use Text::Xslate;

#use Data::Dump qw(dd pp);

#$Data::Dump::INDENT = '';



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