root/feedmelinks/lib/FeedMeLinks/Environment-template.pm

Revision 1357, 435 bytes (checked in by jm3, 2 years ago)

minor bot progress and fixed typo that was breaking the compiled env for perl

Line 
1 #!/usr/local/bin/perl
2 package FeedMeLinks::Environment;
3 use strict; # for warnings:
4 # jm3
5
6 use vars qw($VERSION);
7 $VERSION = sprintf "%d", q$Id$ =~ /(\d+)/g;
8
9 # constructor; currently unused
10 sub new {
11         my $class = shift;
12         my $self = {};
13         bless $self;
14         return $self;
15 }
16
17 # everything below this line is auto-generated from _config/servers.xml.
18 # DO NOT EDIT or your changes will be blown away the next time someone runs bin/configure.sh
Note: See TracBrowser for help on using the browser.