put VERSION back into Catalyst for MB retardation
[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
6415bb4d 8# Remember to update this in Catalyst as well!
9
341d40d1 10our $VERSION='5.70_01';
a8dc76a1 11
12=head1 NAME
13
14Catalyst::Runtime - Catalyst Runtime version
15
16=head1 SYNOPSIS
17
18See L<Catalyst>.
19
20=head1 DESCRIPTION
21
d4d8fbb8 22This is the primary class for the Catalyst-Runtime distribution, version 5.70.
a8dc76a1 23
24=head1 AUTHOR
25
26
27=head1 COPYRIGHT
28
29This program is free software, you can redistribute it and/or modify it under
30the same terms as Perl itself.
31
32=cut
33
341;