Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Prepare v0.28 for CPAN
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Grennan authored and Keith Grennan committed Jan 6, 2012
1 parent 47e824b commit 25e6863
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -45,3 +45,4 @@ t/12-xauth.t
t/13-hmac-sha256.t
t/rsakey
t/rsakey.pub
META.yml
18 changes: 9 additions & 9 deletions Makefile.PL
@@ -1,33 +1,33 @@
# Note: this file was auto-generated by Module::Build::Compat version 0.35
# Note: this file was auto-generated by Module::Build::Compat version 0.3603

unless (eval "use Module::Build::Compat 0.02; 1" ) {
print "This module requires Module::Build to install itself.\n";

require ExtUtils::MakeMaker;
my $yn = ExtUtils::MakeMaker::prompt
(' Install Module::Build now from CPAN?', 'y');

unless ($yn =~ /^y/i) {
die " *** Cannot install without Module::Build. Exiting ...\n";
}

require Cwd;
require File::Spec;
require CPAN;

# Save this 'cause CPAN will chdir all over the place.
my $cwd = Cwd::cwd();

CPAN::Shell->install('Module::Build::Compat');
CPAN::Shell->expand("Module", "Module::Build::Compat")->uptodate
or die "Couldn't install Module::Build, giving up.\n";

chdir $cwd or die "Cannot chdir() back to $cwd: $!";
}
eval "use Module::Build::Compat 0.02; 1" or die $@;

Module::Build::Compat->run_build_pl(args => \@ARGV);
my $build_script = 'Build';
my $build_script = 'Build';
$build_script .= '.com' if $^O eq 'VMS';
exit(0) unless(-e $build_script); # cpantesters convention
require Module::Build;
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/OAuth.pm
Expand Up @@ -8,7 +8,7 @@ sub PROTOCOL_VERSION_1_0A() {1.001}

sub OAUTH_VERSION() {'1.0'}

our $VERSION = '0.27';
our $VERSION = '0.28';
our $SKIP_UTF8_DOUBLE_ENCODE_CHECK = 0;
our $PROTOCOL_VERSION = PROTOCOL_VERSION_1_0;

Expand Down

0 comments on commit 25e6863

Please sign in to comment.