prepared for 5.7001
[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 # Remember to update this in Catalyst as well!
9
10 our $VERSION='5.7001';
11
12 =head1 NAME
13
14 Catalyst::Runtime - Catalyst  Runtime version
15
16 =head1 SYNOPSIS
17
18 See L<Catalyst>.
19
20 =head1 DESCRIPTION
21
22 This is the primary class for the Catalyst-Runtime distribution, version 5.70.
23
24 =head1 AUTHOR
25
26 The Catalyst Core Team - see http://catalyst.perl.org/
27
28 =head1 COPYRIGHT
29
30 This program is free software, you can redistribute it and/or modify it under
31 the same terms as Perl itself.
32
33 =cut
34
35 1;