Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Checking in changes prior to tagging of version 1.11.
Changelog diff is:
  • Loading branch information
juster committed Feb 5, 2011
1 parent 4aafe6c commit d603643
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/CPANPLUS/Dist/Arch.pm
Expand Up @@ -23,7 +23,7 @@ use English qw(-no_match_vars);
use Carp qw(carp croak confess);
use Cwd qw();

our $VERSION = '1.10';
our $VERSION = '1.11';
our @EXPORT = qw();
our @EXPORT_OK = qw(dist_pkgname dist_pkgver);
our %EXPORT_TAGS = ( 'all' => [ @EXPORT_OK ] );
Expand Down
8 changes: 3 additions & 5 deletions script/cpan2aur
Expand Up @@ -17,7 +17,7 @@ use version qw();
use POSIX qw();
use Cwd qw(getcwd);

our $VERSION = '1.01';
our $VERSION = '1.02';

## CONSTANTS
##############################################################################
Expand Down Expand Up @@ -955,10 +955,6 @@ __END__
cpan2aur - AUR maintainer utility for CPAN perl modules
=head1 VERSION
Version 1.0
=head1 SYNOPSIS
cpan2aur [-v -f] <Module::Names /pkg/dirs/>
Expand Down Expand Up @@ -995,6 +991,8 @@ Version 1.0
instead of the last one used.
-p, --pass <password> Specify a password to use to login to AUR.
-m, --mono Disable color output, use monochrome black/white.
-i, --inc <dir> Rebuild the source package, incrementing the
<file> release number.
(Unlike GNU options, single-letter options need their own hyphens
example: -u -d)
Expand Down

0 comments on commit d603643

Please sign in to comment.