Skip to content

Commit

Permalink
APC 3.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
chregu committed Jul 26, 2012
1 parent ee0a48a commit 65b0ddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Package/apc.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;

use base qw(Package::peclbase);

our $VERSION = '3.1.10';
our $VERSION = '3.1.11';

sub init {
my $self = shift;
Expand All @@ -27,4 +27,4 @@ sub extension_ini{
$self->shell({silent => 0}, "echo ';apc.enabled = off' >> /tmp/50-extension-" . $self->shortname() . ".ini");
}

return 1;
return 1;

0 comments on commit 65b0ddd

Please sign in to comment.