merged from master to sync release
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Runtime.pm
1
2 use strict;
3 use warnings;
4
5 BEGIN { require 5.008003; }
6
7 # Remember to update this in Catalyst as well!
8
9 our $VERSION = '5.90089_001';
10 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
11
12 =head1 NAME
13
14 Catalyst::Runtime - The Catalyst Framework Runtime
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.80.
23
24 =head1 AUTHORS & COPYRIGHT
25
26 Catalyst Contributors, see Catalyst.pm
27
28 =head1 LICENSE
29
30 This library 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;