Dancer-Plugin-Negotiate

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      },
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "Dancer" : "1.312",
            "HTTP::Negotiate" : "6.01",
            "Modern::Perl" : "0",
            "Test::Most" : "0"
         }
      }
   },
   "release_status" : "stable",
   "version" : "0.031"
}

META.yml  view on Meta::CPAN

  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: 1.4
name: Dancer-Plugin-Negotiate
no_index:
  directory:
    - t
    - inc
requires:
  Dancer: 1.312
  HTTP::Negotiate: 6.01
  Modern::Perl: 0
  Test::Most: 0
version: 0.031

config/BuildOptions.pm  view on Meta::CPAN

    NAME                => 'Dancer::Plugin::Negotiate',
    DISTNAME            => 'Dancer-Plugin-Negotiate',
    AUTHOR              => 'David Zurborg <zurborg@cpan.org>',
    VERSION_FROM        => 'lib/Dancer/Plugin/Negotiate.pm',
    ABSTRACT_FROM       => 'lib/Dancer/Plugin/Negotiate.pm',
    LICENSE             => 'open-source',
    PL_FILES            => {},
    PMLIBDIRS           => [qw[ lib ]],
    PREREQ_PM => {
        'Test::Most' => 0,
		'Modern::Perl' => 0,
		'Dancer' => 1.312,
		'HTTP::Negotiate' => 6.01,
    },
    dist => {
        COMPRESS            => 'gzip -9f',
        SUFFIX              => 'gz',
        CI                  => 'git add',
        RCS_LABEL           => 'true',
    },
    clean               => { FILES => 'Dancer-Plugin-Negotiate-*' },

lib/Dancer/Plugin/Negotiate.pm  view on Meta::CPAN

package Dancer::Plugin::Negotiate;

use Modern::Perl;
use Carp 'croak';
use Dancer ':syntax';
use Dancer::Plugin;
use HTTP::Negotiate ();

=head1 NAME

Dancer::Plugin::Negotiate - Content negotiation plugin for Dancer

=head1 VERSION



( run in 0.263 second using v1.01-cache-2.11-cpan-4d50c553e7e )