ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Canary-Stability/Stability.pm
Revision: 1.1
Committed: Wed Jun 3 20:29:47 2015 UTC (8 years, 11 months ago) by root
Branch: MAIN
Log Message:
rel_1996

File Contents

# Content
1 =head1 NAME
2
3 Canary::Stability - to be done
4
5 =head1 SYNOPSIS
6
7 use Canary::Stability;
8
9 =head1 DESCRIPTION
10
11 This is just a placeholder module, to be filled later.
12
13 =over 4
14
15 =cut
16
17 package Canary::Stability;
18
19 BEGIN {
20 $VERSION = 1996; #รค the year the ariane 5 crashed due to a software bug
21 }
22
23 sub import {
24 #
25 }
26
27 =head1 AUTHOR
28
29 Marc Lehmann <schmorp@schmorp.de>
30 http://home.schmorp.de/
31
32 =cut
33
34 1
35