update distar url
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Runtime.pm
CommitLineData
4028c19d 1package Catalyst::Runtime;
a8dc76a1 2
3use strict;
341d40d1 4use warnings;
a8dc76a1 5
0f6be50c 6BEGIN { require 5.008003; }
341d40d1 7
6a881c3e 8our $VERSION = '5.90128';
339c829e 9$VERSION =~ tr/_//d;
2f381252 10
a8dc76a1 11=head1 NAME
12
2f381252 13Catalyst::Runtime - The Catalyst Framework Runtime
a8dc76a1 14
15=head1 SYNOPSIS
16
17See L<Catalyst>.
18
19=head1 DESCRIPTION
20
3932d881 21This is the primary class for the Catalyst-Runtime distribution, version 5.80.
a8dc76a1 22
fc6b418d 23=head1 AUTHORS & COPYRIGHT
a8dc76a1 24
2f381252 25Catalyst Contributors, see Catalyst.pm
a8dc76a1 26
fc6b418d 27=head1 LICENSE
a8dc76a1 28
536bee89 29This library is free software. You can redistribute it and/or modify it under
a8dc76a1 30the same terms as Perl itself.
31
32=cut
33
341;