Skip to content

Commit

Permalink
bump version to 1.16_50
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Jul 16, 2008
1 parent 53d1cf7 commit a949ab9
Show file tree
Hide file tree
Showing 17 changed files with 41 additions and 37 deletions.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Perl module CPAN::Reporter

1.16_50

- in development

1.1601 Sat Jul 5 09:37:14 EDT 2008

- Fixed: reverted 1.15_56 PERL5OPT changes; Devel::Autoflush INC path
Expand Down
10 changes: 5 additions & 5 deletions META.yml
@@ -1,6 +1,6 @@
---
name: CPAN-Reporter
version: 1.1601
version: 1.16_50
author:
- 'David A. Golden <dagolden@cpan.org>'
abstract: Adds CPAN Testers reporting to CPAN.pm
Expand Down Expand Up @@ -29,16 +29,16 @@ requires:
provides:
CPAN::Reporter:
file: lib/CPAN/Reporter.pm
version: 1.1601
version: 1.16_50
CPAN::Reporter::Config:
file: lib/CPAN/Reporter/Config.pm
version: 1.1601
version: 1.16_50
CPAN::Reporter::History:
file: lib/CPAN/Reporter/History.pm
version: 1.1601
version: 1.16_50
CPAN::Reporter::PrereqCheck:
file: lib/CPAN/Reporter/PrereqCheck.pm
version: 1.1601
version: 1.16_50
generated_by: Module::Build version 0.280801
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.2.html
Expand Down
34 changes: 17 additions & 17 deletions Makefile.PL
Expand Up @@ -2,30 +2,30 @@
use ExtUtils::MakeMaker;
WriteMakefile
(
'PL_FILES' => {},
'INSTALLDIRS' => 'site',
'NAME' => 'CPAN::Reporter',
'EXE_FILES' => [],
'VERSION_FROM' => 'lib/CPAN/Reporter.pm',
'PREREQ_PM' => {
'CPAN' => '1.9203',
'Config::Tiny' => '2.08',
'Devel::Autoflush' => 0,
'ExtUtils::MakeMaker' => '6.36',
'File::Basename' => 0,
'File::Copy::Recursive' => '0.35',
'IO::CaptureOutput' => '1.03',
'File::Spec' => '3.19',
'Probe::Perl' => 0,
'File::Find' => 0,
'File::HomeDir' => '0.58',
'Test::Reporter' => '1.4',
'File::Path' => 0,
'File::Spec' => '3.19',
'File::Temp' => '0.16',
'File::pushd' => '0.32',
'IO::CaptureOutput' => '1.03',
'Parse::CPAN::Meta' => 0,
'Probe::Perl' => 0,
'File::pushd' => '0.32',
'File::HomeDir' => '0.58',
'ExtUtils::MakeMaker' => '6.36',
'Devel::Autoflush' => 0,
'Tee' => '0.13',
'Test::More' => '0.62',
'Test::Reporter' => '1.4'
},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [],
'PL_FILES' => {}
'File::Temp' => '0.16',
'File::Copy::Recursive' => '0.35',
'CPAN' => '1.9203',
'File::Basename' => 0,
'Config::Tiny' => '2.08'
}
)
;
2 changes: 1 addition & 1 deletion README
Expand Up @@ -2,7 +2,7 @@ NAME
CPAN::Reporter - Adds CPAN Testers reporting to CPAN.pm

VERSION
This documentation describes version 1.1601.
This documentation describes version 1.16_50.

SYNOPSIS
From the CPAN shell:
Expand Down
2 changes: 1 addition & 1 deletion Todo
Expand Up @@ -4,7 +4,7 @@ TODO list for Perl module CPAN::Reporter
# Bugs
#--------------------------------------------------------------------------#

- Set path to Devel::Autoflush as a "-I" in PERL5OPT
- make sure ENV report shows PERL5OPT for Devel::Autoflush

- Check for makefile out of date strings and discard
- m/Makefile out-of-date with respect to Makefile.PL/
Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Reporter.pm
@@ -1,7 +1,7 @@
package CPAN::Reporter;
use strict;
use vars qw/$VERSION/;
$VERSION = '1.1601';
$VERSION = '1.16_50';
$VERSION = eval $VERSION;

use Config;
Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Reporter.pod
Expand Up @@ -8,7 +8,7 @@ CPAN::Reporter - Adds CPAN Testers reporting to CPAN.pm

=head1 VERSION

This documentation describes version 1.1601.
This documentation describes version 1.16_50.

=head1 SYNOPSIS

Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Reporter/API.pm
Expand Up @@ -3,7 +3,7 @@ package CPAN::Reporter::API;
# turned into .pod by the Build.PL
use strict; # make CPANTS happy
use vars qw/$VERSION/;
$VERSION = '1.1601';
$VERSION = '1.16_50';
$VERSION = eval $VERSION;
1;
__END__
Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Reporter/API.pod
Expand Up @@ -8,7 +8,7 @@ CPAN::Reporter::API - Programmer's interface to CPAN::Reporter

=head1 VERSION

This documentation refers to version 1.1601
This documentation refers to version 1.16_50

=head1 FUNCTIONS

Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Reporter/Config.pm
@@ -1,7 +1,7 @@
package CPAN::Reporter::Config;
use strict;
use vars qw/$VERSION/;
$VERSION = '1.1601';
$VERSION = '1.16_50';
$VERSION = eval $VERSION;

use Config::Tiny ();
Expand Down
4 changes: 2 additions & 2 deletions lib/CPAN/Reporter/Config.pod
Expand Up @@ -8,7 +8,7 @@ CPAN::Reporter::Config - Config file options for CPAN::Reporter

=head1 VERSION

This documentation refers to version 1.1601
This documentation refers to version 1.16_50

=head1 SYNOPSIS

Expand Down Expand Up @@ -196,7 +196,7 @@ to stop after some amount of time; generally, this should be large --
900 seconds or more -- as some distributions' tests take quite a long time to
run. On MSWin32, L<Win32::Job> is a needed and trying to kill a processes may
actually deadlock in some situations -- so use at your own risk. On other
platforms, L<Proc::Killfam> is required.
platforms, L<Proc::ProcessTable> and L<Proc::Killfam> are required.

=item *

Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Reporter/FAQ.pm
Expand Up @@ -3,7 +3,7 @@ package CPAN::Reporter::FAQ;
# turned into .pod by the Build.PL
use strict; # make CPANTS happy
use vars qw/$VERSION/;
$VERSION = '1.1601';
$VERSION = '1.16_50';
$VERSION = eval $VERSION;
1;
__END__
Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Reporter/FAQ.pod
Expand Up @@ -8,7 +8,7 @@ CPAN::Reporter::FAQ - Answers and tips for using CPAN::Reporter

=head1 VERSION

This documentation refers to version 1.1601
This documentation refers to version 1.16_50

=head1 REPORT GRADES

Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Reporter/History.pm
@@ -1,7 +1,7 @@
package CPAN::Reporter::History;
use strict;
use vars qw/$VERSION @ISA @EXPORT_OK/;
$VERSION = '1.1601';
$VERSION = '1.16_50';
$VERSION = eval $VERSION;

use Config;
Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Reporter/History.pod
Expand Up @@ -8,7 +8,7 @@ CPAN::Reporter::History - Read or write a CPAN::Reporter history log

=head1 VERSION

This documentation refers to version 1.1601
This documentation refers to version 1.16_50

=head1 SYNOPSIS

Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Reporter/PrereqCheck.pm
@@ -1,7 +1,7 @@
package CPAN::Reporter::PrereqCheck;
use strict;
use vars qw/$VERSION/;
$VERSION = '1.1601';
$VERSION = '1.16_50';
$VERSION = eval $VERSION;

use ExtUtils::MakeMaker;
Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Reporter/PrereqCheck.pod
Expand Up @@ -8,7 +8,7 @@ CPAN::Reporter::PrereqCheck - Modulino for prerequisite tests

=head1 VERSION

This documentation describes version 1.1601.
This documentation describes version 1.16_50.

=head1 SYNOPSIS

Expand Down

0 comments on commit a949ab9

Please sign in to comment.