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

« back to all changes in this revision

Viewing changes to lib/POE/Filter.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:
3
3
use strict;
4
4
 
5
5
use vars qw($VERSION);
6
 
$VERSION = '1.280'; # NOTE - Should be #.### (three decimal places)
 
6
$VERSION = '1.284'; # NOTE - Should be #.### (three decimal places)
7
7
 
8
8
use Carp qw(croak);
9
9