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