~ubuntu-branches/ubuntu/trusty/libcgi-formbuilder-perl/trusty-proposed

« back to all changes in this revision

Viewing changes to lib/CGI/FormBuilder/Source.pm

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-28 20:29:04 UTC
  • mfrom: (2.1.7 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080628202904-81kzjon8e8silx88
Tags: 3.05.01-6
Set urgency=medium as 3.05.01-6 included a FTBFS bugfix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
# Copyright (c) 2005 Nate Wiger <nate@wiger.org>. All Rights Reserved.
3
 
# Use "perldoc CGI::FormBuilder::Source" to read full documentation.
 
2
###########################################################################
 
3
# Copyright (c) 2000-2006 Nate Wiger <nate@wiger.org>. All Rights Reserved.
 
4
# Please visit www.formbuilder.org for tutorials, support, and examples.
 
5
###########################################################################
4
6
 
5
7
package CGI::FormBuilder::Source;
6
8
 
40
42
=cut
41
43
 
42
44
use strict;
 
45
use warnings;
 
46
no  warnings 'uninitialized';
43
47
 
44
 
our $VERSION = '3.03';
 
48
our $REVISION = do { (my $r='$Revision: 100 $') =~ s/\D+//g; $r };
 
49
our $VERSION = '3.0501';
45
50
warn __PACKAGE__, " is not a real module, please read the docs\n"; 
46
51
1;
47
52
__END__
98
103
 
99
104
=head1 REVISION
100
105
 
101
 
$Id: Source.pm,v 1.16 2006/02/24 01:42:29 nwiger Exp $
 
106
$Id: Source.pm 100 2007-03-02 18:13:13Z nwiger $
102
107
 
103
108
=head1 AUTHOR
104
109