moved version to ::Runtime, modified Makefile.PL
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Runtime.pm
1 package Catalyst::Runtime;
2
3 use strict;
4 use warnings;
5
6 BEGIN { require 5.008001; }
7
8 our $VERSION='5.70_01';
9
10 =head1 NAME
11
12 Catalyst::Runtime - Catalyst  Runtime version
13
14 =head1 SYNOPSIS
15
16 See L<Catalyst>.
17
18 =head1 DESCRIPTION
19
20 This is the primary class for the Catalyst-Runtime distribution, version 5.70.
21
22 =head1 AUTHOR
23
24
25 =head1 COPYRIGHT
26
27 This program is free software, you can redistribute it and/or modify it under
28 the same terms as Perl itself.
29
30 =cut
31
32 1;