Added Runtime skeleton.
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Runtime.pm
1 package Catalyst::Runtime;
2
3 use strict;
4
5 our $VERSION='5.70';
6
7 =head1 NAME
8
9 Catalyst::Runtime - Catalyst  Runtime version
10
11 =head1 SYNOPSIS
12
13 See L<Catalyst>.
14
15 =head1 DESCRIPTION
16
17 Catalyst Runtime class.
18
19 =head1 AUTHOR
20
21
22 =head1 COPYRIGHT
23
24 This program is free software, you can redistribute it and/or modify it under
25 the same terms as Perl itself.
26
27 =cut
28
29 1;