use strict;
use warnings;

use ExtUtils::MakeMaker;
WriteMakefile(
  AUTHOR       => 'CandyAngel <candyangel@electricjungle.org>',
  NAME         => 'Mojo::UserAgent::CookieJar::Role::Persistent',
  VERSION_FROM => 'lib/Mojo/UserAgent/CookieJar/Role/Persistent.pm',
);