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

« back to all changes in this revision

Viewing changes to lib/POE/Driver/SysRW.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:
7
7
use strict;
8
8
 
9
9
use vars qw($VERSION);
10
 
$VERSION = '1.280'; # NOTE - Should be #.### (three decimal places)
 
10
$VERSION = '1.284'; # NOTE - Should be #.### (three decimal places)
11
11
 
12
12
use Errno qw(EAGAIN EWOULDBLOCK);
13
13
use Carp qw(croak);