root/lang/perl/Catalyst-Controller-Delegate/Makefile.PL

Revision 2259, 162 bytes (checked in by holidays-l, 12 months ago)

lang/perl/Catalyst-Controller-Delegate: It simulates the delegate.

  • Property svn:executable set to *
Line 
1#!/usr/bin/env perl
2#
3# $Id$
4#
5use strict;
6use warnings;
7our $VERSION = eval { require version; version::qv('0.0.0') };
8
9use inc::Module::Install;
10
11Build->write;
Note: See TracBrowser for help on using the browser.