CallBackery

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "DBI" : "0",
            "Excel::Writer::XLSX" : "0",
            "Future::AsyncAwait" : "0.65",
            "JSON::Validator" : "5.14",
            "Locale::PO" : "0.27",
            "Mojolicious" : "9.33",
            "Mojolicious::Plugin::Qooxdoo" : "v1.1.0",
            "Pod::Simple::HTML" : "0",
            "Pod::Simple::Text" : "0",
            "Syntax::Keyword::Try" : "0.29",
            "Test::Fatal" : "0",
            "Text::CSV" : "0",
            "XS::Parse::Keyword" : "0.38",
            "YAML::XS" : "0.88",
            "perl" : "5.022000"
         }
      },
      "test" : {
         "requires" : {
            "Crypt::Rijndael" : "0",
            "Mojo::SQLite" : "0",

META.yml  view on Meta::CPAN

  DBI: '0'
  Excel::Writer::XLSX: '0'
  Future::AsyncAwait: '0.65'
  JSON::Validator: '5.14'
  Locale::PO: '0.27'
  Mojolicious: '9.33'
  Mojolicious::Plugin::Qooxdoo: v1.1.0
  Pod::Simple::HTML: '0'
  Pod::Simple::Text: '0'
  Syntax::Keyword::Try: '0.29'
  Test::Fatal: '0'
  Text::CSV: '0'
  XS::Parse::Keyword: '0.38'
  YAML::XS: '0.88'
  perl: '5.022000'
resources:
  bugtracker: https://github.com/oetiker/callbackery/issues
  license: http://opensource.org/licenses/GPL-3.0
  repository: https://github.com/oetiker/callbackery
version: v0.61.0
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

Makefile.PL  view on Meta::CPAN

    'Config::Grammar' => '1.13',
    'DBI' => 0,
    'XS::Parse::Keyword' => '0.38',
    'Future::AsyncAwait' => '0.65',
    'Syntax::Keyword::Try' => '0.29',
    'Locale::PO' => '0.27',
    'JSON::Validator' => '5.14',
    'YAML::XS' => '0.88',
    'Text::CSV' => 0,
    'Excel::Writer::XLSX' => 0,
    'Test::Fatal' => 0,
    'Pod::Simple::Text' => 0,
    'Pod::Simple::HTML' => 0,
  },
  BUILD_REQUIRES => {
    'CPAN::Uploader' => 0
  },
  TEST_REQUIRES => {
    # All of these are required lazily, so none is a runtime dependency.
    # t/config-restore.t needs Mojo::SQLite to open the config database and
    # Crypt::Rijndael to encrypt the config blob. Text::QRCode is only used

t/export-qrcode.t  view on Meta::CPAN

use FindBin;

use lib $FindBin::Bin.'/../thirdparty/lib/perl5';
use lib $FindBin::Bin.'/../lib';

use Mojo::Base -strict;

use Test::More;
use Test::Fatal qw(exception);
use Compress::Zlib qw(uncompress);

use CallBackery::GuiPlugin::AbstractTable;
use CallBackery::Translate qw(trm);

my $C = 'CallBackery::GuiPlugin::AbstractTable';

package TestTable;
use Mojo::Base 'CallBackery::GuiPlugin::AbstractTable', -signatures;
use CallBackery::Translate qw(trm);



( run in 2.013 seconds using v1.01-cache-2.11-cpan-54e63673c56 )