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