Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions lib/perl/MANIFEST

This file was deleted.

29 changes: 0 additions & 29 deletions lib/perl/Makefile.PL

This file was deleted.

51 changes: 0 additions & 51 deletions lib/perl/README

This file was deleted.

4 changes: 1 addition & 3 deletions lib/perl/lib/Apache/TS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ use strict;

require 5.006;

# ToDo: This should be auto-generated by the build process.
our $VERSION = "3.4.0";

# VERSION
1;

__END__
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ require 5.006;
use Carp;
use IO::Socket::UNIX;
use IO::Select;
our $VERSION = "0.01";
# VERSION

use constant {
TS_FILE_READ => 0,
Expand Down
2 changes: 1 addition & 1 deletion lib/perl/lib/Apache/TS/Config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require Exporter;
our @ISA = qw( Exporter );
our @EXPORT = qw(TS_CONF_UNMODIFIED TS_CONF_MODIFIED TS_CONF_REMOVED);

our $VERSION = "1.0";
# VERSION

# Constants
use constant {
Expand Down
2 changes: 1 addition & 1 deletion lib/perl/lib/Apache/TS/Config/Records.pm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ require 5.006;

use Carp;

our $VERSION = "1.0";
# VERSION


#
Expand Down