/[webpac2]/Webpacus/Build.PL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /Webpacus/Build.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 83 - (show annotations)
Mon Nov 21 17:46:27 2005 UTC (18 years, 5 months ago) by dpavlin
File MIME type: text/plain
File size: 372 byte(s)
Import of web font-end for WebPAC v2 called WebPACus based on Catalyst
1 use strict;
2 use Catalyst::Build;
3
4 my $build = Catalyst::Build->new(
5 license => 'perl',
6 module_name => 'Webpacus',
7 requires => { Catalyst => '5.49' },
8 create_makefile_pl => 'passthrough',
9 script_files => [ glob('script/*') ],
10 test_files => [ glob('t/*.t'), glob('t/*/*.t') ]
11 );
12 $build->create_build_script;

  ViewVC Help
Powered by ViewVC 1.1.26