~vcs-imports/perlbal/trunk

« back to all changes in this revision

Viewing changes to lib/Perlbal/Socket.pm

  • Committer: jacques
  • Date: 2007-07-12 21:15:57 UTC
  • Revision ID: vcs-imports@canonical.com-20070712211557-h0bnb8ldjr4ythpn
Bump copyright and fixed typo in Interactive

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Base class for all socket types
2
2
#
3
 
# Copyright 2004, Danga Interactice, Inc.
4
 
# Copyright 2005-2006, Six Apart, Ltd.
 
3
# Copyright 2004, Danga Interactive, Inc.
 
4
# Copyright 2005-2007, Six Apart, Ltd.
5
5
 
6
6
package Perlbal::Socket;
7
7
use strict;