~ubuntu-branches/debian/squeeze/nginx/squeeze

« back to all changes in this revision

Viewing changes to src/http/modules/perl/nginx.pm

  • Committer: Bazaar Package Importer
  • Author(s): Fabio Tranchitella
  • Date: 2009-11-08 09:53:46 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20091108095346-yt4eypw2l176tl53
Tags: 0.7.63-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
    HTTP_INSUFFICIENT_STORAGE
48
48
);
49
49
 
50
 
our $VERSION = '0.7.62';
 
50
our $VERSION = '0.7.63';
51
51
 
52
52
require XSLoader;
53
53
XSLoader::load('nginx', $VERSION);