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