merged from master to sync release
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Runtime.pm
CommitLineData
a8dc76a1 1
2use strict;
341d40d1 3use warnings;
a8dc76a1 4
0f6be50c 5BEGIN { require 5.008003; }
341d40d1 6
6415bb4d 7# Remember to update this in Catalyst as well!
8
d91504e3 9our $VERSION = '5.90089_001';
5c779e98 10$VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
2f381252 11
a8dc76a1 12=head1 NAME
13
2f381252 14Catalyst::Runtime - The Catalyst Framework Runtime
a8dc76a1 15
16=head1 SYNOPSIS
17
18See L<Catalyst>.
19
20=head1 DESCRIPTION
21
3932d881 22This is the primary class for the Catalyst-Runtime distribution, version 5.80.
a8dc76a1 23
fc6b418d 24=head1 AUTHORS & COPYRIGHT
a8dc76a1 25
2f381252 26Catalyst Contributors, see Catalyst.pm
a8dc76a1 27
fc6b418d 28=head1 LICENSE
a8dc76a1 29
536bee89 30This library is free software. You can redistribute it and/or modify it under
a8dc76a1 31the same terms as Perl itself.
32
33=cut
34
351;