Vimana

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

  File::Spec: 0
  File::Temp: 0
  File::Type: 0
  Getopt::Long: 0
  HTML::Entities: 0
  HTTP::Lite: 0
  JSON::PP: 0
  LWP::Simple: 0
  LWP::UserAgent: 0
  Mouse: 0
  Path::Class: 0
  Regexp::Common: 0
  Text::Wrap: 0
  URI: 1.37
  Web::Scraper: 0
  YAML: 0
  parent: 0
resources:
  license: http://dev.perl.org/licenses/
  repository: http://github.com/c9s/Vimana
version: 2.26

Makefile.PL  view on Meta::CPAN

install_script 'bin/vimana';
install_script 'bin/vim_record';
requires
    'App::CLI'         => 0.08,
    'Archive::Extract' => 0,
    'Archive::Zip' => 0,
    'DateTime'         => 0,
    'Exporter::Lite'   => 0,
    'File::Path'       => 2.07,
    'File::Spec'       => 0,
    'Path::Class'      => 0,
    'File::Type'       => 0,
    'File::Temp'       => 0,
    'Getopt::Long'     => 0,
    'LWP::Simple'      => 0,
    'LWP::UserAgent'   => 0,
    'URI'              => 1.37,
    'YAML'             => 0,
    'Digest::MD5'      => 0,
    'JSON::PP'         => 0,
    'HTTP::Lite'       => 0,

t/01-vimonline-scriptpage.t  view on Meta::CPAN

use strict;
use warnings;

use Test::More;
plan skip_all => "Data::Util is required for this test" unless eval "use Data::Util qw/:check/; 1";

use Path::Class;
use URI;
use Regexp::Common qw(URI);

use lib 'lib';

use_ok('Vimana::VimOnline::ScriptPage');

# page_uri 

my $script_uri = "http://www.vim.org/scripts/script.php";

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.130 second using v1.00-cache-2.02-grep-82fe00e-cpan-58dc6251afda )