Skip to content

Commit

Permalink
Import of SWALTERS/autobox-Core-1.28 from CPAN.
Browse files Browse the repository at this point in the history
gitpan-cpan-distribution: autobox-Core
gitpan-cpan-version:      1.28
gitpan-cpan-path:         SWALTERS/autobox-Core-1.28.tar.gz
gitpan-cpan-author:       SWALTERS
gitpan-cpan-maturity:     released
  • Loading branch information
scottwalters authored and Gitpan committed Oct 26, 2014
1 parent 8ba671f commit 1185e9d
Show file tree
Hide file tree
Showing 73 changed files with 19 additions and 11 deletions.
4 changes: 4 additions & 0 deletions autobox-Core-1.27/Changes → Changes
@@ -1,5 +1,9 @@
Revision history for autobox::Core

1.28
Misc
- Make crypt() test optional for platforms without it (thanks Hugmeir)

1.27
Misc
- new version just to creage a new .tar.gz. a './' owned by root
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions autobox-Core-1.27/META.json → META.json
Expand Up @@ -4,7 +4,7 @@
"Scott Walters scott@slowass.net"
],
"dynamic_config" : 1,
"generated_by" : "ExtUtils::MakeMaker version 6.68, CPAN::Meta::Converter version 2.131560",
"generated_by" : "ExtUtils::MakeMaker version 6.88, CPAN::Meta::Converter version 2.133380",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -46,5 +46,5 @@
"url" : "http://github.com/scrottie/autobox-Core"
}
},
"version" : "1.27"
"version" : "1.28"
}
4 changes: 2 additions & 2 deletions autobox-Core-1.27/META.yml → META.yml
Expand Up @@ -7,7 +7,7 @@ build_requires:
configure_requires:
ExtUtils::MakeMaker: 6.46
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 6.68, CPAN::Meta::Converter version 2.131560'
generated_by: 'ExtUtils::MakeMaker version 6.88, CPAN::Meta::Converter version 2.133380'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
Expand All @@ -23,4 +23,4 @@ requires:
resources:
bugtracker: http://github.com/scrottie/autobox-Core/issues
repository: http://github.com/scrottie/autobox-Core
version: 1.27
version: 1.28
File renamed without changes.
File renamed without changes.
Binary file removed autobox-Core-1.27.tar.gz
Binary file not shown.
6 changes: 0 additions & 6 deletions autobox-Core-1.27/t/crypt.t

This file was deleted.

Expand Up @@ -41,7 +41,7 @@ use 5.008;
use strict;
use warnings;

our $VERSION = '1.27';
our $VERSION = '1.28';

use base 'autobox';

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions t/crypt.t
@@ -0,0 +1,10 @@
use Test::More qw(no_plan);
use strict;
use warnings;
use autobox::Core;

use Config;
SKIP: {
skip("crypt not defined on this system", 1) unless $Config{d_crypt};
is 'PLAINTEXT'->crypt('SALT'), 'SAPH9ylAEPe62';
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1185e9d

Please sign in to comment.