CatalystX-ExtJS-Direct

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

  "license" => "bsd",
  "module_name" => "CatalystX::ExtJS::Direct",
  "recommends" => {},
  "recursive_test_files" => 1,
  "requires" => {
    "Catalyst::Action::REST" => "0.88",
    "Catalyst::Action::RenderView" => 0,
    "Catalyst::Runtime" => "5.80024",
    "JSON" => 0,
    "Moose" => "1.21",
    "Try::Tiny" => 0
  },
  "script_files" => [],
  "test_requires" => {
    "Test::More" => "0.88"
  }
);


my %fallback_build_requires = (
  "Module::Build" => "0.3601",

META.json  view on Meta::CPAN

            "version" : "0.9901"
         }
      },
      "runtime" : {
         "requires" : {
            "Catalyst::Action::REST" : "0.88",
            "Catalyst::Action::RenderView" : "0",
            "Catalyst::Runtime" : "5.80024",
            "JSON" : "0",
            "Moose" : "1.21",
            "Try::Tiny" : "0"
         }
      },
      "test" : {
         "requires" : {
            "Test::More" : "0.88"
         }
      }
   },
   "provides" : {
      "CatalystX::Action::ExtJS::Deserialize" : {

META.yml  view on Meta::CPAN

    version: v2.1.5
  CatalystX::TraitFor::Request::ExtJS:
    file: lib/CatalystX/TraitFor/Request/ExtJS.pm
    version: v2.1.5
requires:
  Catalyst::Action::REST: 0.88
  Catalyst::Action::RenderView: 0
  Catalyst::Runtime: 5.80024
  JSON: 0
  Moose: 1.21
  Try::Tiny: 0
resources:
  bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=CatalystX-ExtJS-Direct
  homepage: http://search.cpan.org/dist/CatalystX-ExtJS-Direct/
  repository: git://github.com/monken/p5-catalystx-extjs-direct.git
version: 2.1.5
x_Dist_Zilla:
  perl:
    version: 5.018002
  plugins:
    -

dist.ini  view on Meta::CPAN


version = 2.1.5

[Prereqs]

JSON = 0
Catalyst::Action::REST = 0.88
Catalyst::Action::RenderView = 0
Catalyst::Runtime = 5.80024
Moose = 1.21
Try::Tiny = 0

[GatherDir]
[ReportVersions::Tiny]
 
; -- remove some files
[PruneCruft]
[PruneFiles]
match = ~$
[ManifestSkip]
  

t/000-report-versions-tiny.t  view on Meta::CPAN

    return sprintf('%-45s => %-10s%-15s%s', $module, $pmver, $wanted, "\n");
}

eval { $v .= pmver('Catalyst::Action::REST','0.88') };
eval { $v .= pmver('Catalyst::Action::RenderView','any version') };
eval { $v .= pmver('Catalyst::Runtime','5.80024') };
eval { $v .= pmver('JSON','any version') };
eval { $v .= pmver('Module::Build','0.3601') };
eval { $v .= pmver('Moose','1.21') };
eval { $v .= pmver('Test::More','0.88') };
eval { $v .= pmver('Try::Tiny','any version') };


# All done.
$v .= <<'EOT';

Thanks for using my code.  I hope it works for you.
If not, please try and include this output in the bug report.
That will help me reproduce the issue and solve your problem.

EOT



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