App-Twimap

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

        'Email::MIME'                => 0,
        'Email::MIME::Creator'       => 0,
        'Encode'                     => 0,
        'HTML::Entities'             => 0,
        'List::Util'                 => 0,
        'LWP::UserAgent'             => 0,
        'Mail::IMAPClient'           => 0,
        'Moose'                      => 0,
        'Net::Twitter'               => '4.00006',
        'Web::oEmbed::Common'        => 0,
        'Test::Differences::Color'   => 0,
        'Text::Wrap'                 => 0,
        'TryCatch'                   => 0,
        'URI::WithBase'              => 0,
    },
    sign => 1,
);
$build->create_build_script;

META.json  view on Meta::CPAN

            "Email::Date::Format" : "0",
            "Email::MIME" : "0",
            "Email::MIME::Creator" : "0",
            "Encode" : "0",
            "HTML::Entities" : "0",
            "LWP::UserAgent" : "0",
            "List::Util" : "0",
            "Mail::IMAPClient" : "0",
            "Moose" : "0",
            "Net::Twitter" : "4.00006",
            "Test::Differences::Color" : "0",
            "Text::Wrap" : "0",
            "TryCatch" : "0",
            "URI::WithBase" : "0",
            "Web::oEmbed::Common" : "0"
         }
      }
   },
   "provides" : {
      "App::Twimap" : {
         "file" : "lib/App/Twimap.pm",

META.yml  view on Meta::CPAN

  Email::Date::Format: 0
  Email::MIME: 0
  Email::MIME::Creator: 0
  Encode: 0
  HTML::Entities: 0
  LWP::UserAgent: 0
  List::Util: 0
  Mail::IMAPClient: 0
  Moose: 0
  Net::Twitter: 4.00006
  Test::Differences::Color: 0
  Text::Wrap: 0
  TryCatch: 0
  URI::WithBase: 0
  Web::oEmbed::Common: 0
resources:
  homepage: http://search.cpan.org/dist/App-Twimap/
  license: http://dev.perl.org/licenses/
version: 0.03

t/email.t  view on Meta::CPAN

#!/home/acme/perl-5.12.3/bin/perl
use strict;
use warnings;
use 5.12.0;
use lib 'lib';
use App::Twimap;
use Data::Dumper;
use Test::More;
use Test::Differences::Color;

my $tweet = App::Twimap::Tweet->new(
    oembed_urls => 1,
    data        => {
        'retweeted' => 0,
        'source' =>
            '<a href="http://www.echofon.com/" rel="nofollow">Echofon</a>',
        'favorited'     => 0,
        'coordinates'   => undef,
        'place'         => undef,



( run in 1.401 second using v1.01-cache-2.11-cpan-6aa56a78535 )