File: Makefile.PL

package info (click to toggle)
libcatalyst-plugin-session-store-cache-perl 0.01-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 76 kB
  • sloc: perl: 21; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME              => 'Catalyst::Plugin::Session::Store::Cache',
    VERSION_FROM      => 'lib/Catalyst/Plugin/Session/Store/Cache.pm',
    PREREQ_PM         => {
        'Catalyst::Plugin::Session' => '0.06',
    },
);