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