Skip to content

Commit

Permalink
VERSION: update version; 0.960 (with rebuild)
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Feb 6, 2019
1 parent 71f7f50 commit 61e5a10
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions META.json
Expand Up @@ -133,10 +133,10 @@
"provides" : {
"Win32::CommandLine" : {
"file" : "lib/Win32/CommandLine.pm",
"version" : "0.959_1"
"version" : "0.960"
}
},
"release_status" : "testing",
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/rivy/perl.Win32-CommandLine/issues"
Expand All @@ -151,7 +151,7 @@
"web" : "https://github.com/rivy/perl.Win32-CommandLine"
}
},
"version" : "0.959_1",
"version" : "0.960",
"x_authority" : "cpan:RIVY",
"x_serialization_backend" : "JSON::PP version 2.97001"
"x_serialization_backend" : "JSON::PP version 4.00"
}
4 changes: 2 additions & 2 deletions META.yml
Expand Up @@ -73,7 +73,7 @@ no_index:
provides:
Win32::CommandLine:
file: lib/Win32/CommandLine.pm
version: 0.959_1
version: '0.960'
recommends:
Win32: '0'
Win32::Security::SID: '0'
Expand All @@ -90,6 +90,6 @@ resources:
homepage: https://github.com/rivy/perl.Win32-CommandLine
license: http://www.perlfoundation.org/artistic_license_2_0
repository: https://github.com/rivy/perl.Win32-CommandLine.git
version: 0.959_1
version: '0.960'
x_authority: cpan:RIVY
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
4 changes: 2 additions & 2 deletions README.mkd
@@ -1,11 +1,11 @@
<!DOCTYPE markdown>
<meta charset="utf-8" content="text/markdown" lang="en">

<!-- "README.mkd" 0.959_1 (from "PL.#no-dist/README.mkd.PL") -->
<!-- "README.mkd" 0.960 (from "PL.#no-dist/README.mkd.PL") -->

[![[AppVeyor ~ build status]](https://ci.appveyor.com/api/projects/status/iw1gvhwo95rbfd4t/branch/master?svg=true)](https://ci.appveyor.com/project/rivy/perl-Win32-CommandLine)
[![[Travis CI ~ build status]](https://travis-ci.org/rivy/perl.Win32-CommandLine.svg?branch=master)](https://travis-ci.org/rivy/perl.Win32-CommandLine)
[![[Codecov ~ status]](https://codecov.io/gh/rivy/perl.Win32-CommandLine/branch/master/graph/badge.svg)](https://codecov.io/gh/rivy/perl.Win32-CommandLine)
[![[Coveralls ~ status]](https://coveralls.io/repos/github/rivy/perl.Win32-CommandLine/badge.svg?branch=master)](https://coveralls.io/github/rivy/perl.Win32-CommandLine?branch=master)

# [Win32-CommandLine](https://metacpan.org/pod/Win32::CommandLine)-0.959_1
# [Win32-CommandLine](https://metacpan.org/pod/Win32::CommandLine)-0.960
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.959
0.960
6 changes: 3 additions & 3 deletions bin/xx.bat
@@ -1,6 +1,6 @@
@rem = q{--* Perl *--
@::# (emacs/sublime) -*- mode: perl; tab-width: 4; coding: dos; -*-
@::# "bin/xx.bat" 0.959_1 (from "PL.#no-dist/bin/xx.bat.PL")
@::# "bin/xx.bat" 0.960 (from "PL.#no-dist/bin/xx.bat.PL")
@setlocal &:: localize ENV changes until sourcing is pending
@echo off
:: eXpand and eXecute command line
Expand Down Expand Up @@ -138,7 +138,7 @@ xx - eXpand (reparse) and eXecute the command line
=head1 VERSION
This document describes C<xx>, v 0.959_1.
This document describes C<xx>, v 0.960.
=head1 SYNOPSIS
Expand Down Expand Up @@ -222,7 +222,7 @@ use warnings;
# * NOTE: *two-line* version definition is intentional so that Module::Build / CPAN get a correct alpha version, but users receive a simple decimal version
{
; ## no critic ( RequireConstantVersion )
our $VERSION = '0.959_1'; # VERSION definition
our $VERSION = '0.960'; # VERSION definition
$VERSION =~ s/_//g; # numify VERSION (needed for alpha versions)
}

Expand Down
12 changes: 6 additions & 6 deletions lib/Win32/CommandLine.pm
@@ -1,7 +1,7 @@
## no critic ( CodeLayout::RequireTidyCode Documentation::RequirePodAtEnd )
#(emacs/sublime) -*- mode: perl; tab-width: 4; -*-

# Win32::CommandLine 0.959_1 ("lib/Win32/CommandLine.pm" from "PL.#no-dist/lib/Win32/CommandLine.pm.PL")
# Win32::CommandLine 0.960 ("lib/Win32/CommandLine.pm" from "PL.#no-dist/lib/Win32/CommandLine.pm.PL")
package Win32::CommandLine;

# Module Summary
Expand All @@ -12,7 +12,7 @@ Win32::CommandLine - Retrieve and reparse the Win32 command line
=head1 VERSION
$Win32::CommandLine::VERSION = '0.959100'; # Win32-CommandLine-0.959_1
$Win32::CommandLine::VERSION = '0.960'; # Win32-CommandLine-0.960
=for stopwords CMD GPF GPFs Win32 subshell Makefile ToDO BrowserUK CPAN CPANTS MetaCPAN PerlMonks trouchelle eg
Expand Down Expand Up @@ -68,7 +68,7 @@ use 5.008008; # earliest tested perl version (v5.8.8); v5.6.1 is no longer te
# * NOTE: *two-line* version definition is intentional so that Module::Build / CPAN get a correct alpha version, but users receive a simple decimal version
{
; ## no critic ( RequireConstantVersion )
our $VERSION = '0.959_1'; # VERSION definition
our $VERSION = '0.960'; # VERSION definition
$VERSION =~ s/_//gmsx; # numify VERSION (needed for alpha versions)
}

Expand Down Expand Up @@ -104,7 +104,7 @@ sub argv; # get and reparse the original command line; returns drop-i

# Module Implementation

bootstrap Win32::CommandLine '0.959_1';
bootstrap Win32::CommandLine '0.960';

sub command_line ## ( ) => $
{
Expand Down Expand Up @@ -1885,9 +1885,9 @@ L<https://cpanratings.perl.org/dist/Win32-CommandLine>
L<https://www.cpantesters.org/distro/W/Win32-CommandLine.html>
L<http://matrix.cpantesters.org/?dist=Win32-CommandLine+0.959_1>
L<http://matrix.cpantesters.org/?dist=Win32-CommandLine+0.960>
L<http://fast-matrix.cpantesters.org/?dist=Win32-CommandLine+0.959_1>
L<http://fast-matrix.cpantesters.org/?dist=Win32-CommandLine+0.960>
=item * CPANTS: CPAN Testing Service module summary
Expand Down

0 comments on commit 61e5a10

Please sign in to comment.