~ubuntu-branches/ubuntu/lucid/libpoe-perl/lucid

« back to all changes in this revision

Viewing changes to lib/POE/Pipe/OneWay.pm

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Yu
  • Date: 2010-01-14 14:11:03 UTC
  • mfrom: (0.1.11 upstream) (3.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20100114141103-shobmsuv593kci0w
Tags: 2:1.2840-1
* New upstream release
  + Resolves CPAN RT#53519

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
use strict;
7
7
 
8
8
use vars qw($VERSION);
9
 
$VERSION = '1.280'; # NOTE - Should be #.### (three decimal places)
 
9
$VERSION = '1.284'; # NOTE - Should be #.### (three decimal places)
10
10
 
11
11
use Symbol qw(gensym);
12
12
use IO::Socket qw( AF_UNIX SOCK_STREAM PF_UNSPEC );