diff -Nru libdbix-class-encodedcolumn-perl-0.00011/Changes libdbix-class-encodedcolumn-perl-0.00012/Changes --- libdbix-class-encodedcolumn-perl-0.00011/Changes 2011-04-11 19:46:12.000000000 +0000 +++ libdbix-class-encodedcolumn-perl-0.00012/Changes 2013-04-29 14:20:52.000000000 +0000 @@ -1,5 +1,7 @@ +0.00012 2013-04-29 + - Fixes reported bug #78091. (gbjk++) 0.00011 2011-04-11 - - Docs fixes + - Docs fixes 0.00010 2010-08-27 - Support for crypt() 0.00009 2010-05-17 diff -Nru libdbix-class-encodedcolumn-perl-0.00011/META.yml libdbix-class-encodedcolumn-perl-0.00012/META.yml --- libdbix-class-encodedcolumn-perl-0.00011/META.yml 2011-04-11 19:51:22.000000000 +0000 +++ libdbix-class-encodedcolumn-perl-0.00012/META.yml 2013-04-29 14:30:05.000000000 +0000 @@ -5,14 +5,15 @@ build_requires: DBD::SQLite: 0 Dir::Self: 0 - ExtUtils::MakeMaker: 6.42 + ExtUtils::MakeMaker: 6.36 File::Spec: 0 File::Temp: 0 Test::More: 0 configure_requires: - ExtUtils::MakeMaker: 6.42 + ExtUtils::MakeMaker: 6.36 distribution_type: module -generated_by: 'Module::Install version 1.00' +dynamic_config: 1 +generated_by: 'Module::Install version 1.06' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -24,8 +25,9 @@ - t requires: DBIx::Class: 0.06002 + Encode: 0 Sub::Name: 0.04 resources: license: http://dev.perl.org/licenses/ repository: git://github.com/wreis/DBIx-Class-EncodedColumn.git -version: 0.00011 +version: 0.00012 diff -Nru libdbix-class-encodedcolumn-perl-0.00011/Makefile.PL libdbix-class-encodedcolumn-perl-0.00012/Makefile.PL --- libdbix-class-encodedcolumn-perl-0.00011/Makefile.PL 2011-04-11 19:43:12.000000000 +0000 +++ libdbix-class-encodedcolumn-perl-0.00012/Makefile.PL 2013-03-23 18:03:14.000000000 +0000 @@ -14,6 +14,7 @@ # Specific dependencies requires 'DBIx::Class' => '0.06002'; requires 'Sub::Name' => '0.04'; +requires 'Encode'; #build dependencies test_requires 'Test::More'; diff -Nru libdbix-class-encodedcolumn-perl-0.00011/README libdbix-class-encodedcolumn-perl-0.00012/README --- libdbix-class-encodedcolumn-perl-0.00011/README 2011-04-11 19:51:22.000000000 +0000 +++ libdbix-class-encodedcolumn-perl-0.00012/README 2013-04-29 14:30:05.000000000 +0000 @@ -151,8 +151,8 @@ wreis - Wallace reis COPYRIGHT - Copyright (c) 2008 - 2009 the DBIx::Class::EncodedColumn "AUTHOR" and - "CONTRIBUTORS" as listed above. + Copyright (c) the DBIx::Class::EncodedColumn "AUTHOR" and "CONTRIBUTORS" + as listed above. LICENSE This library is free software and may be distributed under the same diff -Nru libdbix-class-encodedcolumn-perl-0.00011/debian/changelog libdbix-class-encodedcolumn-perl-0.00012/debian/changelog --- libdbix-class-encodedcolumn-perl-0.00011/debian/changelog 2011-04-24 19:35:00.000000000 +0000 +++ libdbix-class-encodedcolumn-perl-0.00012/debian/changelog 2013-09-21 21:37:18.000000000 +0000 @@ -1,3 +1,20 @@ +libdbix-class-encodedcolumn-perl (0.00012-1) unstable; urgency=low + + [ Ansgar Burchardt ] + * debian/control: Convert Vcs-* fields to Git. + + [ Salvatore Bonaccorso ] + * Change search.cpan.org based URIs to metacpan.org based URIs + + [ gregor herrmann ] + * New upstream release. + * Refresh patches and forward the non-Debian-specific one. + * Update copyright years. + * debian/copyright: switch formatting to Copyright-Format 1.0. + * Declare compliance with Debian Policy 3.9.4. + + -- gregor herrmann Sat, 21 Sep 2013 23:37:07 +0200 + libdbix-class-encodedcolumn-perl (0.00011-1) unstable; urgency=low * New upstream release. diff -Nru libdbix-class-encodedcolumn-perl-0.00011/debian/control libdbix-class-encodedcolumn-perl-0.00012/debian/control --- libdbix-class-encodedcolumn-perl-0.00011/debian/control 2011-04-24 19:32:17.000000000 +0000 +++ libdbix-class-encodedcolumn-perl-0.00012/debian/control 2013-09-21 21:37:18.000000000 +0000 @@ -14,10 +14,10 @@ Uploaders: Jonathan Yu , Ansgar Burchardt , gregor herrmann -Standards-Version: 3.9.2 -Homepage: http://search.cpan.org/dist/DBIx-Class-EncodedColumn/ -Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdbix-class-encodedcolumn-perl/ -Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdbix-class-encodedcolumn-perl/ +Standards-Version: 3.9.4 +Homepage: https://metacpan.org/release/DBIx-Class-EncodedColumn/ +Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdbix-class-encodedcolumn-perl.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbix-class-encodedcolumn-perl.git Package: libdbix-class-encodedcolumn-perl Architecture: all diff -Nru libdbix-class-encodedcolumn-perl-0.00011/debian/copyright libdbix-class-encodedcolumn-perl-0.00012/debian/copyright --- libdbix-class-encodedcolumn-perl-0.00011/debian/copyright 2011-04-24 19:24:51.000000000 +0000 +++ libdbix-class-encodedcolumn-perl-0.00012/debian/copyright 2013-09-21 21:37:18.000000000 +0000 @@ -1,8 +1,9 @@ -Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 -Maintainer: Guillermo Roditi -Source: http://search.cpan.org/dist/DBIx-Class-EncodedColumn/ -Name: DBIx-Class-EncodedColumn +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: DBIx-Class-EncodedColumn +Upstream-Contact: Guillermo Roditi +Source: https://metacpan.org/release/DBIx-Class-EncodedColumn/ +Files: * Copyright: 2008-2009, Guillermo Roditi 2008-2009, Matt S Trout 2008-2009, Kent Fredric @@ -14,15 +15,15 @@ Copyright: 2010, Wallace reis License: Artistic or GPL-1+ -Files: debian/* -Copyright: 2009, Jonathan Yu - 2011, gregor herrmann +Files: inc/Module/* +Copyright: 2002-2012, Adam Kennedy + 2002-2012, Audrey Tang + 2002-2012, Brian Ingerson License: Artistic or GPL-1+ -Files: inc/Module/* -Copyright: 2002-2010, Adam Kennedy - 2002-2010, Audrey Tang - 2002-2010, Brian Ingerson +Files: debian/* +Copyright: 2009, Jonathan Yu + 2011-2013, gregor herrmann License: Artistic or GPL-1+ License: Artistic diff -Nru libdbix-class-encodedcolumn-perl-0.00011/debian/patches/fix-whatis.patch libdbix-class-encodedcolumn-perl-0.00012/debian/patches/fix-whatis.patch --- libdbix-class-encodedcolumn-perl-0.00011/debian/patches/fix-whatis.patch 2009-08-07 01:33:59.000000000 +0000 +++ libdbix-class-encodedcolumn-perl-0.00012/debian/patches/fix-whatis.patch 2013-09-21 21:37:18.000000000 +0000 @@ -1,16 +1,19 @@ Description: fix whatis entries Origin: vendor -Forwarded: no +Bug: https://rt.cpan.org/Ticket/Display.html?id=88875 +Forwarded: https://rt.cpan.org/Ticket/Display.html?id=88875 Author: Jonathan Yu +Reviewed-by: gregor herrmann +Last-Update: 2013-09-21 + --- a/lib/DBIx/Class/EncodedColumn/Crypt/Eksblowfish/Bcrypt.pm +++ b/lib/DBIx/Class/EncodedColumn/Crypt/Eksblowfish/Bcrypt.pm -@@ -51,7 +51,8 @@ +@@ -56,7 +56,7 @@ =head1 NAME -DBIx::Class::EncodedColumn::Crypt::Eksblowfish::Bcrypt -+DBIx::Class::EncodedColumn::Crypt::Eksblowfish::Bcrypt - Eksblowfish bcrypt -+backend ++DBIx::Class::EncodedColumn::Crypt::Eksblowfish::Bcrypt - Eksblowfish bcrypt backend =head1 SYNOPSYS diff -Nru libdbix-class-encodedcolumn-perl-0.00011/debian/patches/no-Dir-Self.patch libdbix-class-encodedcolumn-perl-0.00012/debian/patches/no-Dir-Self.patch --- libdbix-class-encodedcolumn-perl-0.00011/debian/patches/no-Dir-Self.patch 2010-08-29 16:19:58.000000000 +0000 +++ libdbix-class-encodedcolumn-perl-0.00012/debian/patches/no-Dir-Self.patch 2013-09-21 21:37:18.000000000 +0000 @@ -13,12 +13,12 @@ the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available. ---- libdbix-class-encodedcolumn-perl.orig/t/bcrypt.t -+++ libdbix-class-encodedcolumn-perl/t/bcrypt.t +--- a/t/bcrypt.t ++++ b/t/bcrypt.t @@ -3,9 +3,15 @@ use warnings; use Test::More; - + use utf8; -use Dir::Self; use File::Spec; use File::Temp 'tempdir'; @@ -32,8 +32,8 @@ use lib File::Spec->catdir(__DIR__, 'lib'); BEGIN { ---- libdbix-class-encodedcolumn-perl.orig/t/digest_sha.t -+++ libdbix-class-encodedcolumn-perl/t/digest_sha.t +--- a/t/digest_sha.t ++++ b/t/digest_sha.t @@ -3,9 +3,15 @@ use warnings; use Test::More; @@ -51,8 +51,8 @@ use lib File::Spec->catdir(__DIR__, 'lib'); use DigestTest::Schema; ---- libdbix-class-encodedcolumn-perl.orig/t/open_pgp.t -+++ libdbix-class-encodedcolumn-perl/t/open_pgp.t +--- a/t/open_pgp.t ++++ b/t/open_pgp.t @@ -3,9 +3,15 @@ use warnings; use Test::More; @@ -70,8 +70,8 @@ use lib File::Spec->catdir(__DIR__, 'lib'); use DigestTest::Schema; ---- libdbix-class-encodedcolumn-perl.orig/t/whirlpool.t -+++ libdbix-class-encodedcolumn-perl/t/whirlpool.t +--- a/t/whirlpool.t ++++ b/t/whirlpool.t @@ -3,9 +3,15 @@ use warnings; use Test::More; diff -Nru libdbix-class-encodedcolumn-perl-0.00011/debian/watch libdbix-class-encodedcolumn-perl-0.00012/debian/watch --- libdbix-class-encodedcolumn-perl-0.00011/debian/watch 2009-08-04 18:45:54.000000000 +0000 +++ libdbix-class-encodedcolumn-perl-0.00012/debian/watch 2013-09-21 21:37:18.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://search.cpan.org/dist/DBIx-Class-EncodedColumn/ .*/DBIx-Class-EncodedColumn-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ +https://metacpan.org/release/DBIx-Class-EncodedColumn/ .*/DBIx-Class-EncodedColumn-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ diff -Nru libdbix-class-encodedcolumn-perl-0.00011/inc/Module/AutoInstall.pm libdbix-class-encodedcolumn-perl-0.00012/inc/Module/AutoInstall.pm --- libdbix-class-encodedcolumn-perl-0.00011/inc/Module/AutoInstall.pm 2011-04-11 19:51:22.000000000 +0000 +++ libdbix-class-encodedcolumn-perl-0.00012/inc/Module/AutoInstall.pm 2013-04-29 14:30:05.000000000 +0000 @@ -3,11 +3,12 @@ use strict; use Cwd (); +use File::Spec (); use ExtUtils::MakeMaker (); use vars qw{$VERSION}; BEGIN { - $VERSION = '1.03'; + $VERSION = '1.06'; } # special map on pre-defined feature sets @@ -17,11 +18,14 @@ ); # various lexical flags -my ( @Missing, @Existing, %DisabledTests, $UnderCPAN, $HasCPANPLUS ); +my ( @Missing, @Existing, %DisabledTests, $UnderCPAN, $InstallDepsTarget, $HasCPANPLUS ); my ( - $Config, $CheckOnly, $SkipInstall, $AcceptDefault, $TestOnly, $AllDeps + $Config, $CheckOnly, $SkipInstall, $AcceptDefault, $TestOnly, $AllDeps, + $UpgradeDeps ); -my ( $PostambleActions, $PostambleUsed ); +my ( $PostambleActions, $PostambleActionsNoTest, $PostambleActionsUpgradeDeps, + $PostambleActionsUpgradeDepsNoTest, $PostambleActionsListDeps, + $PostambleActionsListAllDeps, $PostambleUsed, $NoTest); # See if it's a testing or non-interactive session _accept_default( $ENV{AUTOMATED_TESTING} or ! -t STDIN ); @@ -31,6 +35,10 @@ $AcceptDefault = shift; } +sub _installdeps_target { + $InstallDepsTarget = shift; +} + sub missing_modules { return @Missing; } @@ -63,6 +71,11 @@ __PACKAGE__->install( $Config, @Missing = split( /,/, $1 ) ); exit 0; } + elsif ( $arg =~ /^--upgradedeps=(.*)$/ ) { + $UpgradeDeps = 1; + __PACKAGE__->install( $Config, @Missing = split( /,/, $1 ) ); + exit 0; + } elsif ( $arg =~ /^--default(?:deps)?$/ ) { $AcceptDefault = 1; } @@ -125,7 +138,7 @@ # check entirely since we don't want to have to load (and configure) # an old CPAN just for a cosmetic message - $UnderCPAN = _check_lock(1) unless $SkipInstall; + $UnderCPAN = _check_lock(1) unless $SkipInstall || $InstallDepsTarget; while ( my ( $feature, $modules ) = splice( @args, 0, 2 ) ) { my ( @required, @tests, @skiptests ); @@ -175,7 +188,7 @@ } # XXX: check for conflicts and uninstalls(!) them. - my $cur = _load($mod); + my $cur = _version_of($mod); if (_version_cmp ($cur, $arg) >= 0) { print "loaded. ($cur" . ( $arg ? " >= $arg" : '' ) . ")\n"; @@ -207,6 +220,7 @@ $CheckOnly or ($mandatory and $UnderCPAN) or $AllDeps + or $InstallDepsTarget or _prompt( qq{==> Auto-install the } . ( @required / 2 ) @@ -237,10 +251,17 @@ } } - if ( @Missing and not( $CheckOnly or $UnderCPAN ) ) { + if ( @Missing and not( $CheckOnly or $UnderCPAN) ) { require Config; - print -"*** Dependencies will be installed the next time you type '$Config::Config{make}'.\n"; + my $make = $Config::Config{make}; + if ($InstallDepsTarget) { + print +"*** To install dependencies type '$make installdeps' or '$make installdeps_notest'.\n"; + } + else { + print +"*** Dependencies will be installed the next time you type '$make'.\n"; + } # make an educated guess of whether we'll need root permission. print " (You may need to do that as the 'root' user.)\n" @@ -271,6 +292,10 @@ sub _check_lock { return unless @Missing or @_; + if ($ENV{PERL5_CPANM_IS_RUNNING}) { + return _running_under('cpanminus'); + } + my $cpan_env = $ENV{PERL5_CPAN_IS_RUNNING}; if ($ENV{PERL5_CPANPLUS_IS_RUNNING}) { @@ -324,7 +349,7 @@ while ( my ( $pkg, $ver ) = splice( @_, 0, 2 ) ) { # grep out those already installed - if ( _version_cmp( _load($pkg), $ver ) >= 0 ) { + if ( _version_cmp( _version_of($pkg), $ver ) >= 0 ) { push @installed, $pkg; } else { @@ -332,6 +357,11 @@ } } + if ($UpgradeDeps) { + push @modules, @installed; + @installed = (); + } + return @installed unless @modules; # nothing to do return @installed if _check_lock(); # defer to the CPAN shell @@ -363,7 +393,7 @@ # see if we have successfully installed them while ( my ( $pkg, $ver ) = splice( @modules, 0, 2 ) ) { - if ( _version_cmp( _load($pkg), $ver ) >= 0 ) { + if ( _version_cmp( _version_of($pkg), $ver ) >= 0 ) { push @installed, $pkg; } elsif ( $args{do_once} and open( FAILED, '>> .#autoinstall.failed' ) ) { @@ -463,6 +493,11 @@ } else { die "*** Cannot convert option $key = '$value' to CPANPLUS version.\n"; } + push @config, 'prereqs', $value; + } elsif ( $key eq 'force' ) { + push @config, $key, $value; + } elsif ( $key eq 'notest' ) { + push @config, 'skiptest', $value; } else { die "*** Cannot convert option $key to CPANPLUS version.\n"; } @@ -497,10 +532,14 @@ # set additional options while ( my ( $opt, $arg ) = splice( @config, 0, 2 ) ) { ( $args{$opt} = $arg, next ) - if $opt =~ /^force$/; # pseudo-option + if $opt =~ /^(?:force|notest)$/; # pseudo-option $CPAN::Config->{$opt} = $arg; } + if ($args{notest} && (not CPAN::Shell->can('notest'))) { + die "Your version of CPAN is too old to support the 'notest' pragma"; + } + local $CPAN::Config->{prerequisites_policy} = 'follow'; while ( my ( $pkg, $ver ) = splice( @modules, 0, 2 ) ) { @@ -519,8 +558,16 @@ delete $INC{$inc}; } - my $rv = $args{force} ? CPAN::Shell->force( install => $pkg ) - : CPAN::Shell->install($pkg); + my $rv = do { + if ($args{force}) { + CPAN::Shell->force( install => $pkg ) + } elsif ($args{notest}) { + CPAN::Shell->notest( install => $pkg ) + } else { + CPAN::Shell->install($pkg) + } + }; + $rv ||= eval { $CPAN::META->instance( 'CPAN::Distribution', $obj->cpan_file, ) ->{install} @@ -575,7 +622,7 @@ my $ver = shift; return - if _version_cmp( _load($class), $ver ) >= 0; # no need to upgrade + if _version_cmp( _version_of($class), $ver ) >= 0; # no need to upgrade if ( _prompt( "==> A newer version of $class ($ver) is required. Install?", @@ -660,16 +707,30 @@ # load a module and return the version it reports sub _load { - my $mod = pop; # class/instance doesn't matter + my $mod = pop; # method/function doesn't matter my $file = $mod; - $file =~ s|::|/|g; $file .= '.pm'; - local $@; return eval { require $file; $mod->VERSION } || ( $@ ? undef: 0 ); } +# report version without loading a module +sub _version_of { + my $mod = pop; # method/function doesn't matter + my $file = $mod; + $file =~ s|::|/|g; + $file .= '.pm'; + foreach my $dir ( @INC ) { + next if ref $dir; + my $path = File::Spec->catfile($dir, $file); + next unless -e $path; + require ExtUtils::MM_Unix; + return ExtUtils::MM_Unix->parse_version($path); + } + return undef; +} + # Load CPAN.pm and it's configuration sub _load_cpan { return if $CPAN::VERSION and $CPAN::Config and not @_; @@ -763,6 +824,35 @@ : "\$(NOECHO) \$(NOOP)" ); + my $deps_list = join( ',', @Missing, @Existing ); + + $PostambleActionsUpgradeDeps = + "\$(PERL) $0 --config=$config --upgradedeps=$deps_list"; + + my $config_notest = + join( ',', (UNIVERSAL::isa( $Config, 'HASH' ) ? %{$Config} : @{$Config}), + 'notest', 1 ) + if $Config; + + $PostambleActionsNoTest = ( + ($missing and not $UnderCPAN) + ? "\$(PERL) $0 --config=$config_notest --installdeps=$missing" + : "\$(NOECHO) \$(NOOP)" + ); + + $PostambleActionsUpgradeDepsNoTest = + "\$(PERL) $0 --config=$config_notest --upgradedeps=$deps_list"; + + $PostambleActionsListDeps = + '@$(PERL) -le "print for @ARGV" ' + . join(' ', map $Missing[$_], grep $_ % 2 == 0, 0..$#Missing); + + my @all = (@Missing, @Existing); + + $PostambleActionsListAllDeps = + '@$(PERL) -le "print for @ARGV" ' + . join(' ', map $all[$_], grep $_ % 2 == 0, 0..$#all); + return %args; } @@ -797,11 +887,15 @@ sub postamble { $PostambleUsed = 1; + my $fragment; - return <<"END_MAKE"; + $fragment .= <<"AUTO_INSTALL" if !$InstallDepsTarget; config :: installdeps \t\$(NOECHO) \$(NOOP) +AUTO_INSTALL + + $fragment .= <<"END_MAKE"; checkdeps :: \t\$(PERL) $0 --checkdeps @@ -809,12 +903,28 @@ installdeps :: \t$PostambleActions +installdeps_notest :: +\t$PostambleActionsNoTest + +upgradedeps :: +\t$PostambleActionsUpgradeDeps + +upgradedeps_notest :: +\t$PostambleActionsUpgradeDepsNoTest + +listdeps :: +\t$PostambleActionsListDeps + +listalldeps :: +\t$PostambleActionsListAllDeps + END_MAKE + return $fragment; } 1; __END__ -#line 1071 +#line 1193 diff -Nru libdbix-class-encodedcolumn-perl-0.00011/inc/Module/Install/AutoInstall.pm libdbix-class-encodedcolumn-perl-0.00012/inc/Module/Install/AutoInstall.pm --- libdbix-class-encodedcolumn-perl-0.00011/inc/Module/Install/AutoInstall.pm 2011-04-11 19:51:22.000000000 +0000 +++ libdbix-class-encodedcolumn-perl-0.00012/inc/Module/Install/AutoInstall.pm 2013-04-29 14:30:05.000000000 +0000 @@ -6,7 +6,7 @@ use vars qw{$VERSION @ISA $ISCORE}; BEGIN { - $VERSION = '1.00'; + $VERSION = '1.06'; @ISA = 'Module::Install::Base'; $ISCORE = 1; } @@ -73,6 +73,17 @@ ); } +sub installdeps_target { + my ($self, @args) = @_; + + $self->include('Module::AutoInstall'); + require Module::AutoInstall; + + Module::AutoInstall::_installdeps_target(1); + + $self->auto_install(@args); +} + sub auto_install_now { my $self = shift; $self->auto_install(@_); diff -Nru libdbix-class-encodedcolumn-perl-0.00011/inc/Module/Install/Base.pm libdbix-class-encodedcolumn-perl-0.00012/inc/Module/Install/Base.pm --- libdbix-class-encodedcolumn-perl-0.00011/inc/Module/Install/Base.pm 2011-04-11 19:51:22.000000000 +0000 +++ libdbix-class-encodedcolumn-perl-0.00012/inc/Module/Install/Base.pm 2013-04-29 14:30:05.000000000 +0000 @@ -4,7 +4,7 @@ use strict 'vars'; use vars qw{$VERSION}; BEGIN { - $VERSION = '1.00'; + $VERSION = '1.06'; } # Suspend handler for "redefined" warnings diff -Nru libdbix-class-encodedcolumn-perl-0.00011/inc/Module/Install/Can.pm libdbix-class-encodedcolumn-perl-0.00012/inc/Module/Install/Can.pm --- libdbix-class-encodedcolumn-perl-0.00011/inc/Module/Install/Can.pm 2011-04-11 19:51:22.000000000 +0000 +++ libdbix-class-encodedcolumn-perl-0.00012/inc/Module/Install/Can.pm 2013-04-29 14:30:05.000000000 +0000 @@ -3,13 +3,12 @@ use strict; use Config (); -use File::Spec (); use ExtUtils::MakeMaker (); use Module::Install::Base (); use vars qw{$VERSION @ISA $ISCORE}; BEGIN { - $VERSION = '1.00'; + $VERSION = '1.06'; @ISA = 'Module::Install::Base'; $ISCORE = 1; } @@ -29,7 +28,7 @@ eval { require $mod; $pkg->VERSION($ver || 0); 1 }; } -# check if we can run some command +# Check if we can run some command sub can_run { my ($self, $cmd) = @_; @@ -38,14 +37,88 @@ for my $dir ((split /$Config::Config{path_sep}/, $ENV{PATH}), '.') { next if $dir eq ''; - my $abs = File::Spec->catfile($dir, $_[1]); + require File::Spec; + my $abs = File::Spec->catfile($dir, $cmd); return $abs if (-x $abs or $abs = MM->maybe_command($abs)); } return; } -# can we locate a (the) C compiler +# Can our C compiler environment build XS files +sub can_xs { + my $self = shift; + + # Ensure we have the CBuilder module + $self->configure_requires( 'ExtUtils::CBuilder' => 0.27 ); + + # Do we have the configure_requires checker? + local $@; + eval "require ExtUtils::CBuilder;"; + if ( $@ ) { + # They don't obey configure_requires, so it is + # someone old and delicate. Try to avoid hurting + # them by falling back to an older simpler test. + return $self->can_cc(); + } + + # Do we have a working C compiler + my $builder = ExtUtils::CBuilder->new( + quiet => 1, + ); + unless ( $builder->have_compiler ) { + # No working C compiler + return 0; + } + + # Write a C file representative of what XS becomes + require File::Temp; + my ( $FH, $tmpfile ) = File::Temp::tempfile( + "compilexs-XXXXX", + SUFFIX => '.c', + ); + binmode $FH; + print $FH <<'END_C'; +#include "EXTERN.h" +#include "perl.h" +#include "XSUB.h" + +int main(int argc, char **argv) { + return 0; +} + +int boot_sanexs() { + return 1; +} + +END_C + close $FH; + + # Can the C compiler access the same headers XS does + my @libs = (); + my $object = undef; + eval { + local $^W = 0; + $object = $builder->compile( + source => $tmpfile, + ); + @libs = $builder->link( + objects => $object, + module_name => 'sanexs', + ); + }; + my $result = $@ ? 0 : 1; + + # Clean up all the build files + foreach ( $tmpfile, $object, @libs ) { + next unless defined $_; + 1 while unlink; + } + + return $result; +} + +# Can we locate a (the) C compiler sub can_cc { my $self = shift; my @chunks = split(/ /, $Config::Config{cc}) or return; @@ -78,4 +151,4 @@ __END__ -#line 156 +#line 236 diff -Nru libdbix-class-encodedcolumn-perl-0.00011/inc/Module/Install/Fetch.pm libdbix-class-encodedcolumn-perl-0.00012/inc/Module/Install/Fetch.pm --- libdbix-class-encodedcolumn-perl-0.00011/inc/Module/Install/Fetch.pm 2011-04-11 19:51:22.000000000 +0000 +++ libdbix-class-encodedcolumn-perl-0.00012/inc/Module/Install/Fetch.pm 2013-04-29 14:30:05.000000000 +0000 @@ -6,7 +6,7 @@ use vars qw{$VERSION @ISA $ISCORE}; BEGIN { - $VERSION = '1.00'; + $VERSION = '1.06'; @ISA = 'Module::Install::Base'; $ISCORE = 1; } diff -Nru libdbix-class-encodedcolumn-perl-0.00011/inc/Module/Install/Include.pm libdbix-class-encodedcolumn-perl-0.00012/inc/Module/Install/Include.pm --- libdbix-class-encodedcolumn-perl-0.00011/inc/Module/Install/Include.pm 2011-04-11 19:51:22.000000000 +0000 +++ libdbix-class-encodedcolumn-perl-0.00012/inc/Module/Install/Include.pm 2013-04-29 14:30:05.000000000 +0000 @@ -6,7 +6,7 @@ use vars qw{$VERSION @ISA $ISCORE}; BEGIN { - $VERSION = '1.00'; + $VERSION = '1.06'; @ISA = 'Module::Install::Base'; $ISCORE = 1; } diff -Nru libdbix-class-encodedcolumn-perl-0.00011/inc/Module/Install/Makefile.pm libdbix-class-encodedcolumn-perl-0.00012/inc/Module/Install/Makefile.pm --- libdbix-class-encodedcolumn-perl-0.00011/inc/Module/Install/Makefile.pm 2011-04-11 19:51:22.000000000 +0000 +++ libdbix-class-encodedcolumn-perl-0.00012/inc/Module/Install/Makefile.pm 2013-04-29 14:30:05.000000000 +0000 @@ -8,7 +8,7 @@ use vars qw{$VERSION @ISA $ISCORE}; BEGIN { - $VERSION = '1.00'; + $VERSION = '1.06'; @ISA = 'Module::Install::Base'; $ISCORE = 1; } @@ -215,18 +215,22 @@ require ExtUtils::MakeMaker; if ( $perl_version and $self->_cmp($perl_version, '5.006') >= 0 ) { - # MakeMaker can complain about module versions that include - # an underscore, even though its own version may contain one! - # Hence the funny regexp to get rid of it. See RT #35800 - # for details. - my $v = $ExtUtils::MakeMaker::VERSION =~ /^(\d+\.\d+)/; - $self->build_requires( 'ExtUtils::MakeMaker' => $v ); - $self->configure_requires( 'ExtUtils::MakeMaker' => $v ); + # This previous attempted to inherit the version of + # ExtUtils::MakeMaker in use by the module author, but this + # was found to be untenable as some authors build releases + # using future dev versions of EU:MM that nobody else has. + # Instead, #toolchain suggests we use 6.59 which is the most + # stable version on CPAN at time of writing and is, to quote + # ribasushi, "not terminally fucked, > and tested enough". + # TODO: We will now need to maintain this over time to push + # the version up as new versions are released. + $self->build_requires( 'ExtUtils::MakeMaker' => 6.59 ); + $self->configure_requires( 'ExtUtils::MakeMaker' => 6.59 ); } else { # Allow legacy-compatibility with 5.005 by depending on the # most recent EU:MM that supported 5.005. - $self->build_requires( 'ExtUtils::MakeMaker' => 6.42 ); - $self->configure_requires( 'ExtUtils::MakeMaker' => 6.42 ); + $self->build_requires( 'ExtUtils::MakeMaker' => 6.36 ); + $self->configure_requires( 'ExtUtils::MakeMaker' => 6.36 ); } # Generate the MakeMaker params @@ -241,7 +245,6 @@ 'all_from' if you prefer) in Makefile.PL. EOT - $DB::single = 1; if ( $self->tests ) { my @tests = split ' ', $self->tests; my %seen; @@ -412,4 +415,4 @@ __END__ -#line 541 +#line 544 diff -Nru libdbix-class-encodedcolumn-perl-0.00011/inc/Module/Install/Metadata.pm libdbix-class-encodedcolumn-perl-0.00012/inc/Module/Install/Metadata.pm --- libdbix-class-encodedcolumn-perl-0.00011/inc/Module/Install/Metadata.pm 2011-04-11 19:51:22.000000000 +0000 +++ libdbix-class-encodedcolumn-perl-0.00012/inc/Module/Install/Metadata.pm 2013-04-29 14:30:05.000000000 +0000 @@ -6,7 +6,7 @@ use vars qw{$VERSION @ISA $ISCORE}; BEGIN { - $VERSION = '1.00'; + $VERSION = '1.06'; @ISA = 'Module::Install::Base'; $ISCORE = 1; } @@ -151,15 +151,21 @@ sub install_as_vendor { $_[0]->installdirs('vendor') } sub dynamic_config { - my $self = shift; - unless ( @_ ) { - warn "You MUST provide an explicit true/false value to dynamic_config\n"; - return $self; + my $self = shift; + my $value = @_ ? shift : 1; + if ( $self->{values}->{dynamic_config} ) { + # Once dynamic we never change to static, for safety + return 0; } - $self->{values}->{dynamic_config} = $_[0] ? 1 : 0; + $self->{values}->{dynamic_config} = $value ? 1 : 0; return 1; } +# Convenience command +sub static_config { + shift->dynamic_config(0); +} + sub perl_version { my $self = shift; return $self->{values}->{perl_version} unless @_; @@ -170,7 +176,7 @@ # Normalize the version $version = $self->_perl_version($version); - # We don't support the reall old versions + # We don't support the really old versions unless ( $version >= 5.005 ) { die "Module::Install only supports 5.005 or newer (use ExtUtils::MakeMaker)\n"; } @@ -515,6 +521,7 @@ 'GNU Free Documentation license' => 'unrestricted', 1, 'GNU Affero General Public License' => 'open_source', 1, '(?:Free)?BSD license' => 'bsd', 1, + 'Artistic license 2\.0' => 'artistic_2', 1, 'Artistic license' => 'artistic', 1, 'Apache (?:Software )?license' => 'apache', 1, 'GPL' => 'gpl', 1, @@ -550,9 +557,9 @@ sub _extract_bugtracker { my @links = $_[0] =~ m#L<( - \Qhttp://rt.cpan.org/\E[^>]+| - \Qhttp://github.com/\E[\w_]+/[\w_]+/issues| - \Qhttp://code.google.com/p/\E[\w_\-]+/issues/list + https?\Q://rt.cpan.org/\E[^>]+| + https?\Q://github.com/\E[\w_]+/[\w_]+/issues| + https?\Q://code.google.com/p/\E[\w_\-]+/issues/list )>#gx; my %links; @links{@links}=(); @@ -581,7 +588,7 @@ sub requires_from { my $self = shift; my $content = Module::Install::_readperl($_[0]); - my @requires = $content =~ m/^use\s+([^\W\d]\w*(?:::\w+)*)\s+([\d\.]+)/mg; + my @requires = $content =~ m/^use\s+([^\W\d]\w*(?:::\w+)*)\s+(v?[\d\.]+)/mg; while ( @requires ) { my $module = shift @requires; my $version = shift @requires; diff -Nru libdbix-class-encodedcolumn-perl-0.00011/inc/Module/Install/ReadmeFromPod.pm libdbix-class-encodedcolumn-perl-0.00012/inc/Module/Install/ReadmeFromPod.pm --- libdbix-class-encodedcolumn-perl-0.00011/inc/Module/Install/ReadmeFromPod.pm 2011-04-11 19:51:22.000000000 +0000 +++ libdbix-class-encodedcolumn-perl-0.00012/inc/Module/Install/ReadmeFromPod.pm 2013-04-29 14:30:05.000000000 +0000 @@ -7,29 +7,119 @@ use base qw(Module::Install::Base); use vars qw($VERSION); -$VERSION = '0.12'; +$VERSION = '0.20'; sub readme_from { my $self = shift; return unless $self->is_admin; - my $file = shift || $self->_all_from + # Input file + my $in_file = shift || $self->_all_from or die "Can't determine file to make readme_from"; - my $clean = shift; - print "Writing README from $file\n"; + # Get optional arguments + my ($clean, $format, $out_file, $options); + my $args = shift; + if ( ref $args ) { + # Arguments are in a hashref + if ( ref($args) ne 'HASH' ) { + die "Expected a hashref but got a ".ref($args)."\n"; + } else { + $clean = $args->{'clean'}; + $format = $args->{'format'}; + $out_file = $args->{'output_file'}; + $options = $args->{'options'}; + } + } else { + # Arguments are in a list + $clean = $args; + $format = shift; + $out_file = shift; + $options = \@_; + } + + # Default values; + $clean ||= 0; + $format ||= 'txt'; + + # Generate README + print "readme_from $in_file to $format\n"; + if ($format =~ m/te?xt/) { + $out_file = $self->_readme_txt($in_file, $out_file, $options); + } elsif ($format =~ m/html?/) { + $out_file = $self->_readme_htm($in_file, $out_file, $options); + } elsif ($format eq 'man') { + $out_file = $self->_readme_man($in_file, $out_file, $options); + } elsif ($format eq 'pdf') { + $out_file = $self->_readme_pdf($in_file, $out_file, $options); + } - require Pod::Text; - my $parser = Pod::Text->new(); - open README, '> README' or die "$!\n"; - $parser->output_fh( *README ); - $parser->parse_file( $file ); if ($clean) { - $self->clean_files('README'); + $self->clean_files($out_file); } + return 1; } + +sub _readme_txt { + my ($self, $in_file, $out_file, $options) = @_; + $out_file ||= 'README'; + require Pod::Text; + my $parser = Pod::Text->new( @$options ); + open my $out_fh, '>', $out_file or die "Could not write file $out_file:\n$!\n"; + $parser->output_fh( *$out_fh ); + $parser->parse_file( $in_file ); + close $out_fh; + return $out_file; +} + + +sub _readme_htm { + my ($self, $in_file, $out_file, $options) = @_; + $out_file ||= 'README.htm'; + require Pod::Html; + Pod::Html::pod2html( + "--infile=$in_file", + "--outfile=$out_file", + @$options, + ); + # Remove temporary files if needed + for my $file ('pod2htmd.tmp', 'pod2htmi.tmp') { + if (-e $file) { + unlink $file or warn "Warning: Could not remove file '$file'.\n$!\n"; + } + } + return $out_file; +} + + +sub _readme_man { + my ($self, $in_file, $out_file, $options) = @_; + $out_file ||= 'README.1'; + require Pod::Man; + my $parser = Pod::Man->new( @$options ); + $parser->parse_from_file($in_file, $out_file); + return $out_file; +} + + +sub _readme_pdf { + my ($self, $in_file, $out_file, $options) = @_; + $out_file ||= 'README.pdf'; + eval { require App::pod2pdf; } + or die "Could not generate $out_file because pod2pdf could not be found\n"; + my $parser = App::pod2pdf->new( @$options ); + $parser->parse_from_file($in_file); + open my $out_fh, '>', $out_file or die "Could not write file $out_file:\n$!\n"; + select $out_fh; + $parser->output; + select STDOUT; + close $out_fh; + return $out_file; +} + + sub _all_from { my $self = shift; return unless $self->admin->{extensions}; @@ -44,5 +134,5 @@ __END__ -#line 112 +#line 254 diff -Nru libdbix-class-encodedcolumn-perl-0.00011/inc/Module/Install/Win32.pm libdbix-class-encodedcolumn-perl-0.00012/inc/Module/Install/Win32.pm --- libdbix-class-encodedcolumn-perl-0.00011/inc/Module/Install/Win32.pm 2011-04-11 19:51:22.000000000 +0000 +++ libdbix-class-encodedcolumn-perl-0.00012/inc/Module/Install/Win32.pm 2013-04-29 14:30:05.000000000 +0000 @@ -6,7 +6,7 @@ use vars qw{$VERSION @ISA $ISCORE}; BEGIN { - $VERSION = '1.00'; + $VERSION = '1.06'; @ISA = 'Module::Install::Base'; $ISCORE = 1; } diff -Nru libdbix-class-encodedcolumn-perl-0.00011/inc/Module/Install/WriteAll.pm libdbix-class-encodedcolumn-perl-0.00012/inc/Module/Install/WriteAll.pm --- libdbix-class-encodedcolumn-perl-0.00011/inc/Module/Install/WriteAll.pm 2011-04-11 19:51:22.000000000 +0000 +++ libdbix-class-encodedcolumn-perl-0.00012/inc/Module/Install/WriteAll.pm 2013-04-29 14:30:05.000000000 +0000 @@ -6,7 +6,7 @@ use vars qw{$VERSION @ISA $ISCORE}; BEGIN { - $VERSION = '1.00'; + $VERSION = '1.06'; @ISA = qw{Module::Install::Base}; $ISCORE = 1; } diff -Nru libdbix-class-encodedcolumn-perl-0.00011/inc/Module/Install.pm libdbix-class-encodedcolumn-perl-0.00012/inc/Module/Install.pm --- libdbix-class-encodedcolumn-perl-0.00011/inc/Module/Install.pm 2011-04-11 19:51:21.000000000 +0000 +++ libdbix-class-encodedcolumn-perl-0.00012/inc/Module/Install.pm 2013-04-29 14:30:05.000000000 +0000 @@ -31,7 +31,7 @@ # This is not enforced yet, but will be some time in the next few # releases once we can make sure it won't clash with custom # Module::Install extensions. - $VERSION = '1.00'; + $VERSION = '1.06'; # Storage for the pseudo-singleton $MAIN = undef; @@ -451,7 +451,7 @@ } sub _cmp ($$) { - _version($_[0]) <=> _version($_[1]); + _version($_[1]) <=> _version($_[2]); } # Cloned from Params::Util::_CLASS @@ -467,4 +467,4 @@ 1; -# Copyright 2008 - 2010 Adam Kennedy. +# Copyright 2008 - 2012 Adam Kennedy. diff -Nru libdbix-class-encodedcolumn-perl-0.00011/lib/DBIx/Class/EncodedColumn/Crypt/Eksblowfish/Bcrypt.pm libdbix-class-encodedcolumn-perl-0.00012/lib/DBIx/Class/EncodedColumn/Crypt/Eksblowfish/Bcrypt.pm --- libdbix-class-encodedcolumn-perl-0.00011/lib/DBIx/Class/EncodedColumn/Crypt/Eksblowfish/Bcrypt.pm 2011-04-11 19:51:04.000000000 +0000 +++ libdbix-class-encodedcolumn-perl-0.00012/lib/DBIx/Class/EncodedColumn/Crypt/Eksblowfish/Bcrypt.pm 2013-03-23 18:01:26.000000000 +0000 @@ -3,6 +3,7 @@ use strict; use warnings; use Crypt::Eksblowfish::Bcrypt (); +use Encode qw(is_utf8 encode_utf8); our $VERSION = '0.00001'; @@ -24,6 +25,10 @@ my $encoder = sub { my ($plain_text, $settings_str) = @_; + if ( is_utf8($plain_text) ) { + # Bcrypt expects octets + $plain_text = encode_utf8($plain_text); + } unless ( $settings_str ) { my $salt = join('', map { chr(int(rand(256))) } 1 .. 16); $salt = Crypt::Eksblowfish::Bcrypt::en_base64( $salt ); diff -Nru libdbix-class-encodedcolumn-perl-0.00011/lib/DBIx/Class/EncodedColumn.pm libdbix-class-encodedcolumn-perl-0.00012/lib/DBIx/Class/EncodedColumn.pm --- libdbix-class-encodedcolumn-perl-0.00011/lib/DBIx/Class/EncodedColumn.pm 2011-04-11 19:51:11.000000000 +0000 +++ libdbix-class-encodedcolumn-perl-0.00012/lib/DBIx/Class/EncodedColumn.pm 2013-04-29 14:28:01.000000000 +0000 @@ -8,7 +8,7 @@ __PACKAGE__->mk_classdata( '_column_encoders' ); -our $VERSION = '0.00011'; +our $VERSION = '0.00012'; $VERSION = eval $VERSION; sub register_column { @@ -250,8 +250,8 @@ =head1 COPYRIGHT -Copyright (c) 2008 - 2009 the DBIx::Class::EncodedColumn L and -L as listed above. +Copyright (c) the DBIx::Class::EncodedColumn L and L as +listed above. =head1 LICENSE diff -Nru libdbix-class-encodedcolumn-perl-0.00011/t/bcrypt.t libdbix-class-encodedcolumn-perl-0.00012/t/bcrypt.t --- libdbix-class-encodedcolumn-perl-0.00011/t/bcrypt.t 2010-05-17 18:03:28.000000000 +0000 +++ libdbix-class-encodedcolumn-perl-0.00012/t/bcrypt.t 2013-03-23 18:01:26.000000000 +0000 @@ -2,7 +2,7 @@ use strict; use warnings; use Test::More; - +use utf8; use Dir::Self; use File::Spec; use File::Temp 'tempdir'; @@ -10,7 +10,7 @@ BEGIN { if( eval 'require Crypt::Eksblowfish::Bcrypt' ){ - plan tests => 7; + plan tests => 8; use_ok('DigestTest::Schema'); } else { plan skip_all => 'Crypt::Eksblowfish::Bcrypt not available'; @@ -39,3 +39,7 @@ ok( $row->bcrypt_1_check('test2')); ok( $row->bcrypt_2_check('test2')); + +$row->bcrypt_1('官话'); +$row->update; +ok($row->bcrypt_1_check('官话'));