~ubuntu-branches/ubuntu/utopic/padre/utopic

« back to all changes in this revision

Viewing changes to lib/Padre/File/HTTP.pm

  • Committer: Package Import Robot
  • Author(s): Dominique Dumont
  • Date: 2013-11-23 10:16:32 UTC
  • mfrom: (1.3.7)
  • Revision ID: package-import@ubuntu.com-20131123101632-gh2pjoazeeublgyc
Tags: 1.00+dfsg-1
* Imported Upstream version 1.00+dfsg
- removed fix-mime-test patch
- removed fix-pod-errors patch
* control:
  * bumped standard-version to 3.9.5
  * depends on perl 5.11
  * updated dep version on libdebug-client-perl and
    libparse-errorstring-perl-perl

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
use Padre::File     ();
9
9
use Padre::Logger;
10
10
 
11
 
our $VERSION = '0.98';
 
11
our $VERSION = '1.00';
12
12
our @ISA     = 'Padre::File';
13
13
 
14
14
my $WRITE_WARNING_DONE = 0;