diff -Nru perl-qvd-log-3.1.0/MYMETA.yml perl-qvd-log-3.1.0/MYMETA.yml --- perl-qvd-log-3.1.0/MYMETA.yml 2012-10-02 08:40:27.000000000 +0000 +++ perl-qvd-log-3.1.0/MYMETA.yml 2012-10-02 15:21:46.000000000 +0000 @@ -23,4 +23,4 @@ Log::Log4perl: 0 QVD::Config: 0 Test::More: 0 -version: 3.116714 +version: 3.116728 diff -Nru perl-qvd-log-3.1.0/Makefile perl-qvd-log-3.1.0/Makefile --- perl-qvd-log-3.1.0/Makefile 2012-10-02 08:40:27.000000000 +0000 +++ perl-qvd-log-3.1.0/Makefile 2012-10-02 15:21:46.000000000 +0000 @@ -18,7 +18,7 @@ # NAME => q[QVD::Log] # PL_FILES => { } # PREREQ_PM => { QVD::Config=>q[0], Test::More=>q[0], Log::Log4perl=>q[0], Log::Dispatch::FileRotate=>q[0] } -# VERSION => q[3.116714] +# VERSION => q[3.116728] # clean => { FILES=>q[QVD-Log-*] } # dist => { COMPRESS=>q[gzip -9f], SUFFIX=>q[gz] } @@ -59,11 +59,11 @@ DFSEP = $(DIRFILESEP) NAME = QVD::Log NAME_SYM = QVD_Log -VERSION = 3.116714 +VERSION = 3.116728 VERSION_MACRO = VERSION -VERSION_SYM = 3_116714 +VERSION_SYM = 3_116728 DEFINE_VERSION = -D$(VERSION_MACRO)=\"$(VERSION)\" -XS_VERSION = 3.116714 +XS_VERSION = 3.116728 XS_VERSION_MACRO = XS_VERSION XS_DEFINE_VERSION = -D$(XS_VERSION_MACRO)=\"$(XS_VERSION)\" INST_ARCHLIB = blib/arch @@ -255,7 +255,7 @@ DIST_CP = best DIST_DEFAULT = tardist DISTNAME = QVD-Log -DISTVNAME = QVD-Log-3.116714 +DISTVNAME = QVD-Log-3.116728 # --- MakeMaker macro section: @@ -477,7 +477,7 @@ $(NOECHO) $(ECHO) Generating META.yml $(NOECHO) $(ECHO) '--- #YAML:1.0' > META_new.yml $(NOECHO) $(ECHO) 'name: QVD-Log' >> META_new.yml - $(NOECHO) $(ECHO) 'version: 3.116714' >> META_new.yml + $(NOECHO) $(ECHO) 'version: 3.116728' >> META_new.yml $(NOECHO) $(ECHO) 'abstract: QVD logging utilities' >> META_new.yml $(NOECHO) $(ECHO) 'author:' >> META_new.yml $(NOECHO) $(ECHO) ' - QVD Team ' >> META_new.yml @@ -790,7 +790,7 @@ # --- MakeMaker ppd section: # Creates a PPD (Perl Package Description) for a binary distribution. ppd : - $(NOECHO) $(ECHO) '' > $(DISTNAME).ppd + $(NOECHO) $(ECHO) '' > $(DISTNAME).ppd $(NOECHO) $(ECHO) ' QVD logging utilities' >> $(DISTNAME).ppd $(NOECHO) $(ECHO) ' QVD Team <qvd@qindel.com>' >> $(DISTNAME).ppd $(NOECHO) $(ECHO) ' ' >> $(DISTNAME).ppd diff -Nru perl-qvd-log-3.1.0/QVD-Log-3.116714/Changes perl-qvd-log-3.1.0/QVD-Log-3.116714/Changes --- perl-qvd-log-3.1.0/QVD-Log-3.116714/Changes 2012-10-02 08:40:27.000000000 +0000 +++ perl-qvd-log-3.1.0/QVD-Log-3.116714/Changes 1970-01-01 00:00:00.000000000 +0000 @@ -1,5 +0,0 @@ -Revision history for QVD-Log - -0.01 Date/time - First version, released on an unsuspecting world. - diff -Nru perl-qvd-log-3.1.0/QVD-Log-3.116714/MANIFEST perl-qvd-log-3.1.0/QVD-Log-3.116714/MANIFEST --- perl-qvd-log-3.1.0/QVD-Log-3.116714/MANIFEST 2012-10-02 08:40:27.000000000 +0000 +++ perl-qvd-log-3.1.0/QVD-Log-3.116714/MANIFEST 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -Changes -MANIFEST -Makefile.PL -README -lib/QVD/Log.pm -t/00-load.t -t/manifest.t -t/pod-coverage.t -t/pod.t -META.yml Module meta-data (added by MakeMaker) diff -Nru perl-qvd-log-3.1.0/QVD-Log-3.116714/META.yml perl-qvd-log-3.1.0/QVD-Log-3.116714/META.yml --- perl-qvd-log-3.1.0/QVD-Log-3.116714/META.yml 2012-10-02 08:40:27.000000000 +0000 +++ perl-qvd-log-3.1.0/QVD-Log-3.116714/META.yml 1970-01-01 00:00:00.000000000 +0000 @@ -1,25 +0,0 @@ ---- #YAML:1.0 -name: QVD-Log -version: 3.116714 -abstract: QVD logging utilities -author: - - QVD Team -license: gpl -distribution_type: module -configure_requires: - ExtUtils::MakeMaker: 0 -build_requires: - ExtUtils::MakeMaker: 0 -requires: - Log::Dispatch::FileRotate: 0 - Log::Log4perl: 0 - QVD::Config: 0 - Test::More: 0 -no_index: - directory: - - t - - inc -generated_by: ExtUtils::MakeMaker version 6.57_05 -meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 diff -Nru perl-qvd-log-3.1.0/QVD-Log-3.116714/Makefile.PL perl-qvd-log-3.1.0/QVD-Log-3.116714/Makefile.PL --- perl-qvd-log-3.1.0/QVD-Log-3.116714/Makefile.PL 2012-10-02 08:40:27.000000000 +0000 +++ perl-qvd-log-3.1.0/QVD-Log-3.116714/Makefile.PL 1970-01-01 00:00:00.000000000 +0000 @@ -1,18 +0,0 @@ -use strict; -use warnings; -use ExtUtils::MakeMaker; - -WriteMakefile( - NAME => 'QVD::Log', - AUTHOR => q{QVD Team }, - VERSION => '3.1'.$ENV{BUILD_NUMBER}, - ABSTRACT_FROM => 'lib/QVD/Log.pm', - LICENSE => 'gpl', - PL_FILES => {}, - PREREQ_PM => { 'QVD::Config' => 0, - 'Log::Log4perl' => 0, - 'Log::Dispatch::FileRotate' => 0, - 'Test::More' => 0 }, - dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, - clean => { FILES => 'QVD-Log-*' }, -); diff -Nru perl-qvd-log-3.1.0/QVD-Log-3.116714/README perl-qvd-log-3.1.0/QVD-Log-3.116714/README --- perl-qvd-log-3.1.0/QVD-Log-3.116714/README 2012-10-02 08:40:27.000000000 +0000 +++ perl-qvd-log-3.1.0/QVD-Log-3.116714/README 1970-01-01 00:00:00.000000000 +0000 @@ -1,35 +0,0 @@ -QVD-Log - -Logging support for QVD. - -INSTALLATION - -To install this module, run the following commands: - - perl Makefile.PL - make - make test - make install - -SUPPORT AND DOCUMENTATION - -After installing, you can find documentation for this module with the -perldoc command. - - perldoc QVD::Log - -You can also look for information at: - - QVD home page - http://qvd.morfeo-project.org - - QVD blog - http://theqvd.com/blog - -COPYRIGHT AND LICENSE - -Copyright 2009-2010 by Qindel Formacion y Servicios S.L. - -This program is free software; you can redistribute it and/or modify it -under the terms of the GNU GPL version 3 as published by the Free -Software Foundation. diff -Nru perl-qvd-log-3.1.0/QVD-Log-3.116714/lib/QVD/Log.pm perl-qvd-log-3.1.0/QVD-Log-3.116714/lib/QVD/Log.pm --- perl-qvd-log-3.1.0/QVD-Log-3.116714/lib/QVD/Log.pm 2012-10-02 08:40:27.000000000 +0000 +++ perl-qvd-log-3.1.0/QVD-Log-3.116714/lib/QVD/Log.pm 1970-01-01 00:00:00.000000000 +0000 @@ -1,87 +0,0 @@ -package QVD::Log; - -use QVD::Config::Core; - -use warnings; -use strict; -use 5.010; - -our $VERSION = '0.01'; - -our $DAEMON_NAME; -# warn "DAEMON_NAME is " . ($DAEMON_NAME // ''); - -my $logfile = core_cfg(defined $DAEMON_NAME ? "$DAEMON_NAME.log.filename" : "log.filename"); - -## create the file if it doesn't exist, ignore errors - -unless (open my $fd, '>>', $logfile) { - warn "Can't open $logfile: $!\n"; - $logfile = (defined $DAEMON_NAME ? "/tmp/qvd-$DAEMON_NAME.log" : '/tmp/qvd.log'); - if (not open my $fd, '>>', $logfile) { - warn "Can't open '$logfile': $!"; - } -} - -# print STDERR "logging to $logfile\n"; - -my %config = ( 'log4perl.appender.LOGFILE' => 'Log::Dispatch::FileRotate', - 'log4perl.appender.LOGFILE.mode' => 'append', - 'log4perl.appender.LOGFILE.DatePattern' - => 'yyyy-MM-dd', - 'log4perl.appender.LOGFILE.size' => '50', - 'log4perl.appender.LOGFILE.max' => '20', - 'log4perl.appender.LOGFILE.layout' => 'Log::Log4perl::Layout::PatternLayout', - 'log4perl.appender.LOGFILE.layout.ConversionPattern' - => '%d %P %p %F %L - %m%n', - 'log4perl.appender.LOGFILE.filename' => $logfile, - 'log4perl.rootLogger' => core_cfg('log.level') . ", LOGFILE", - map { $_ => core_cfg $_ } grep /^log4perl\./, core_cfg_all ); - -use Log::Log4perl qw(:levels :easy); -Log::Log4perl::init_once(\%config); - -use Exporter qw(import); -our @EXPORT = qw(DEBUG WARN INFO ERROR LOGDIE); - -1; - -__END__ - -=head1 NAME - -QVD::Log - QVD logging utilities - -=head1 VERSION - -Version 0.01 - -=head1 SYNOPSIS - -Initializes Log::Log4perl with QVD configuration. For example: - - use Log::Log4perl qw(:easy :levels); - use QVD::Log; - - INFO "Logging works!"; - -To modify the default you can add log4perl tags into the /etc/qvd/node.conf. Something like - - log4perl.appender.Mailer=Log::Dispatch::Email::MailSend -log4perl.appender.Mailer.Threshold=WARN -log4perl.appender.Mailer.to = qvd@theqvd.com -log4perl.appender.Mailer.subject = Alert for QVD system -log4perl.appender.Mailer.layout = SimpleLayout -log4perl.logger.QVD = DEBUG, Mailer - -=head1 AUTHOR - -QVD Team, C<< >> - -=head1 COPYRIGHT - -Copyright 2009-2010 by Qindel Formacion y Servicios S.L. - -This program is free software; you can redistribute it and/or modify it -under the terms of the GNU GPL version 3 as published by the Free -Software Foundation. diff -Nru perl-qvd-log-3.1.0/QVD-Log-3.116714/t/00-load.t perl-qvd-log-3.1.0/QVD-Log-3.116714/t/00-load.t --- perl-qvd-log-3.1.0/QVD-Log-3.116714/t/00-load.t 2012-10-02 08:40:27.000000000 +0000 +++ perl-qvd-log-3.1.0/QVD-Log-3.116714/t/00-load.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -#!perl -T - -use Test::More tests => 1; - -BEGIN { - use_ok( 'QVD::Log' ) || print "Bail out! -"; -} - -diag( "Testing QVD::Log $QVD::Log::VERSION, Perl $], $^X" ); diff -Nru perl-qvd-log-3.1.0/QVD-Log-3.116714/t/manifest.t perl-qvd-log-3.1.0/QVD-Log-3.116714/t/manifest.t --- perl-qvd-log-3.1.0/QVD-Log-3.116714/t/manifest.t 2012-10-02 08:40:27.000000000 +0000 +++ perl-qvd-log-3.1.0/QVD-Log-3.116714/t/manifest.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -#!perl -T - -use strict; -use warnings; -use Test::More; - -unless ( $ENV{RELEASE_TESTING} ) { - plan( skip_all => "Author tests not required for installation" ); -} - -eval "use Test::CheckManifest 0.9"; -plan skip_all => "Test::CheckManifest 0.9 required" if $@; -ok_manifest(); diff -Nru perl-qvd-log-3.1.0/QVD-Log-3.116714/t/pod-coverage.t perl-qvd-log-3.1.0/QVD-Log-3.116714/t/pod-coverage.t --- perl-qvd-log-3.1.0/QVD-Log-3.116714/t/pod-coverage.t 2012-10-02 08:40:27.000000000 +0000 +++ perl-qvd-log-3.1.0/QVD-Log-3.116714/t/pod-coverage.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,18 +0,0 @@ -use strict; -use warnings; -use Test::More; - -# Ensure a recent version of Test::Pod::Coverage -my $min_tpc = 1.08; -eval "use Test::Pod::Coverage $min_tpc"; -plan skip_all => "Test::Pod::Coverage $min_tpc required for testing POD coverage" - if $@; - -# Test::Pod::Coverage doesn't require a minimum Pod::Coverage version, -# but older versions don't recognize some common documentation styles -my $min_pc = 0.18; -eval "use Pod::Coverage $min_pc"; -plan skip_all => "Pod::Coverage $min_pc required for testing POD coverage" - if $@; - -all_pod_coverage_ok(); diff -Nru perl-qvd-log-3.1.0/QVD-Log-3.116714/t/pod.t perl-qvd-log-3.1.0/QVD-Log-3.116714/t/pod.t --- perl-qvd-log-3.1.0/QVD-Log-3.116714/t/pod.t 2012-10-02 08:40:27.000000000 +0000 +++ perl-qvd-log-3.1.0/QVD-Log-3.116714/t/pod.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -#!perl -T - -use strict; -use warnings; -use Test::More; - -# Ensure a recent version of Test::Pod -my $min_tp = 1.22; -eval "use Test::Pod $min_tp"; -plan skip_all => "Test::Pod $min_tp required for testing POD" if $@; - -all_pod_files_ok(); diff -Nru perl-qvd-log-3.1.0/QVD-Log-3.116728/Changes perl-qvd-log-3.1.0/QVD-Log-3.116728/Changes --- perl-qvd-log-3.1.0/QVD-Log-3.116728/Changes 1970-01-01 00:00:00.000000000 +0000 +++ perl-qvd-log-3.1.0/QVD-Log-3.116728/Changes 2012-10-02 15:21:46.000000000 +0000 @@ -0,0 +1,5 @@ +Revision history for QVD-Log + +0.01 Date/time + First version, released on an unsuspecting world. + diff -Nru perl-qvd-log-3.1.0/QVD-Log-3.116728/MANIFEST perl-qvd-log-3.1.0/QVD-Log-3.116728/MANIFEST --- perl-qvd-log-3.1.0/QVD-Log-3.116728/MANIFEST 1970-01-01 00:00:00.000000000 +0000 +++ perl-qvd-log-3.1.0/QVD-Log-3.116728/MANIFEST 2012-10-02 15:21:46.000000000 +0000 @@ -0,0 +1,10 @@ +Changes +MANIFEST +Makefile.PL +README +lib/QVD/Log.pm +t/00-load.t +t/manifest.t +t/pod-coverage.t +t/pod.t +META.yml Module meta-data (added by MakeMaker) diff -Nru perl-qvd-log-3.1.0/QVD-Log-3.116728/META.yml perl-qvd-log-3.1.0/QVD-Log-3.116728/META.yml --- perl-qvd-log-3.1.0/QVD-Log-3.116728/META.yml 1970-01-01 00:00:00.000000000 +0000 +++ perl-qvd-log-3.1.0/QVD-Log-3.116728/META.yml 2012-10-02 15:21:46.000000000 +0000 @@ -0,0 +1,25 @@ +--- #YAML:1.0 +name: QVD-Log +version: 3.116728 +abstract: QVD logging utilities +author: + - QVD Team +license: gpl +distribution_type: module +configure_requires: + ExtUtils::MakeMaker: 0 +build_requires: + ExtUtils::MakeMaker: 0 +requires: + Log::Dispatch::FileRotate: 0 + Log::Log4perl: 0 + QVD::Config: 0 + Test::More: 0 +no_index: + directory: + - t + - inc +generated_by: ExtUtils::MakeMaker version 6.57_05 +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 diff -Nru perl-qvd-log-3.1.0/QVD-Log-3.116728/Makefile.PL perl-qvd-log-3.1.0/QVD-Log-3.116728/Makefile.PL --- perl-qvd-log-3.1.0/QVD-Log-3.116728/Makefile.PL 1970-01-01 00:00:00.000000000 +0000 +++ perl-qvd-log-3.1.0/QVD-Log-3.116728/Makefile.PL 2012-10-02 15:21:46.000000000 +0000 @@ -0,0 +1,18 @@ +use strict; +use warnings; +use ExtUtils::MakeMaker; + +WriteMakefile( + NAME => 'QVD::Log', + AUTHOR => q{QVD Team }, + VERSION => '3.1'.$ENV{BUILD_NUMBER}, + ABSTRACT_FROM => 'lib/QVD/Log.pm', + LICENSE => 'gpl', + PL_FILES => {}, + PREREQ_PM => { 'QVD::Config' => 0, + 'Log::Log4perl' => 0, + 'Log::Dispatch::FileRotate' => 0, + 'Test::More' => 0 }, + dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, + clean => { FILES => 'QVD-Log-*' }, +); diff -Nru perl-qvd-log-3.1.0/QVD-Log-3.116728/README perl-qvd-log-3.1.0/QVD-Log-3.116728/README --- perl-qvd-log-3.1.0/QVD-Log-3.116728/README 1970-01-01 00:00:00.000000000 +0000 +++ perl-qvd-log-3.1.0/QVD-Log-3.116728/README 2012-10-02 15:21:46.000000000 +0000 @@ -0,0 +1,35 @@ +QVD-Log + +Logging support for QVD. + +INSTALLATION + +To install this module, run the following commands: + + perl Makefile.PL + make + make test + make install + +SUPPORT AND DOCUMENTATION + +After installing, you can find documentation for this module with the +perldoc command. + + perldoc QVD::Log + +You can also look for information at: + + QVD home page + http://qvd.morfeo-project.org + + QVD blog + http://theqvd.com/blog + +COPYRIGHT AND LICENSE + +Copyright 2009-2010 by Qindel Formacion y Servicios S.L. + +This program is free software; you can redistribute it and/or modify it +under the terms of the GNU GPL version 3 as published by the Free +Software Foundation. diff -Nru perl-qvd-log-3.1.0/QVD-Log-3.116728/lib/QVD/Log.pm perl-qvd-log-3.1.0/QVD-Log-3.116728/lib/QVD/Log.pm --- perl-qvd-log-3.1.0/QVD-Log-3.116728/lib/QVD/Log.pm 1970-01-01 00:00:00.000000000 +0000 +++ perl-qvd-log-3.1.0/QVD-Log-3.116728/lib/QVD/Log.pm 2012-10-02 15:21:46.000000000 +0000 @@ -0,0 +1,87 @@ +package QVD::Log; + +use QVD::Config::Core; + +use warnings; +use strict; +use 5.010; + +our $VERSION = '0.01'; + +our $DAEMON_NAME; +# warn "DAEMON_NAME is " . ($DAEMON_NAME // ''); + +my $logfile = core_cfg(defined $DAEMON_NAME ? "$DAEMON_NAME.log.filename" : "log.filename"); + +## create the file if it doesn't exist, ignore errors + +unless (open my $fd, '>>', $logfile) { + warn "Can't open $logfile: $!\n"; + $logfile = (defined $DAEMON_NAME ? "/tmp/qvd-$DAEMON_NAME.log" : '/tmp/qvd.log'); + if (not open my $fd, '>>', $logfile) { + warn "Can't open '$logfile': $!"; + } +} + +# print STDERR "logging to $logfile\n"; + +my %config = ( 'log4perl.appender.LOGFILE' => 'Log::Dispatch::FileRotate', + 'log4perl.appender.LOGFILE.mode' => 'append', + 'log4perl.appender.LOGFILE.DatePattern' + => 'yyyy-MM-dd', + 'log4perl.appender.LOGFILE.size' => '50', + 'log4perl.appender.LOGFILE.max' => '20', + 'log4perl.appender.LOGFILE.layout' => 'Log::Log4perl::Layout::PatternLayout', + 'log4perl.appender.LOGFILE.layout.ConversionPattern' + => '%d %P %p %F %L - %m%n', + 'log4perl.appender.LOGFILE.filename' => $logfile, + 'log4perl.rootLogger' => core_cfg('log.level') . ", LOGFILE", + map { $_ => core_cfg $_ } grep /^log4perl\./, core_cfg_all ); + +use Log::Log4perl qw(:levels :easy); +Log::Log4perl::init_once(\%config); + +use Exporter qw(import); +our @EXPORT = qw(DEBUG WARN INFO ERROR LOGDIE); + +1; + +__END__ + +=head1 NAME + +QVD::Log - QVD logging utilities + +=head1 VERSION + +Version 0.01 + +=head1 SYNOPSIS + +Initializes Log::Log4perl with QVD configuration. For example: + + use Log::Log4perl qw(:easy :levels); + use QVD::Log; + + INFO "Logging works!"; + +To modify the default you can add log4perl tags into the /etc/qvd/node.conf. Something like + + log4perl.appender.Mailer=Log::Dispatch::Email::MailSend +log4perl.appender.Mailer.Threshold=WARN +log4perl.appender.Mailer.to = qvd@theqvd.com +log4perl.appender.Mailer.subject = Alert for QVD system +log4perl.appender.Mailer.layout = SimpleLayout +log4perl.logger.QVD = DEBUG, Mailer + +=head1 AUTHOR + +QVD Team, C<< >> + +=head1 COPYRIGHT + +Copyright 2009-2010 by Qindel Formacion y Servicios S.L. + +This program is free software; you can redistribute it and/or modify it +under the terms of the GNU GPL version 3 as published by the Free +Software Foundation. diff -Nru perl-qvd-log-3.1.0/QVD-Log-3.116728/t/00-load.t perl-qvd-log-3.1.0/QVD-Log-3.116728/t/00-load.t --- perl-qvd-log-3.1.0/QVD-Log-3.116728/t/00-load.t 1970-01-01 00:00:00.000000000 +0000 +++ perl-qvd-log-3.1.0/QVD-Log-3.116728/t/00-load.t 2012-10-02 15:21:46.000000000 +0000 @@ -0,0 +1,10 @@ +#!perl -T + +use Test::More tests => 1; + +BEGIN { + use_ok( 'QVD::Log' ) || print "Bail out! +"; +} + +diag( "Testing QVD::Log $QVD::Log::VERSION, Perl $], $^X" ); diff -Nru perl-qvd-log-3.1.0/QVD-Log-3.116728/t/manifest.t perl-qvd-log-3.1.0/QVD-Log-3.116728/t/manifest.t --- perl-qvd-log-3.1.0/QVD-Log-3.116728/t/manifest.t 1970-01-01 00:00:00.000000000 +0000 +++ perl-qvd-log-3.1.0/QVD-Log-3.116728/t/manifest.t 2012-10-02 15:21:46.000000000 +0000 @@ -0,0 +1,13 @@ +#!perl -T + +use strict; +use warnings; +use Test::More; + +unless ( $ENV{RELEASE_TESTING} ) { + plan( skip_all => "Author tests not required for installation" ); +} + +eval "use Test::CheckManifest 0.9"; +plan skip_all => "Test::CheckManifest 0.9 required" if $@; +ok_manifest(); diff -Nru perl-qvd-log-3.1.0/QVD-Log-3.116728/t/pod-coverage.t perl-qvd-log-3.1.0/QVD-Log-3.116728/t/pod-coverage.t --- perl-qvd-log-3.1.0/QVD-Log-3.116728/t/pod-coverage.t 1970-01-01 00:00:00.000000000 +0000 +++ perl-qvd-log-3.1.0/QVD-Log-3.116728/t/pod-coverage.t 2012-10-02 15:21:46.000000000 +0000 @@ -0,0 +1,18 @@ +use strict; +use warnings; +use Test::More; + +# Ensure a recent version of Test::Pod::Coverage +my $min_tpc = 1.08; +eval "use Test::Pod::Coverage $min_tpc"; +plan skip_all => "Test::Pod::Coverage $min_tpc required for testing POD coverage" + if $@; + +# Test::Pod::Coverage doesn't require a minimum Pod::Coverage version, +# but older versions don't recognize some common documentation styles +my $min_pc = 0.18; +eval "use Pod::Coverage $min_pc"; +plan skip_all => "Pod::Coverage $min_pc required for testing POD coverage" + if $@; + +all_pod_coverage_ok(); diff -Nru perl-qvd-log-3.1.0/QVD-Log-3.116728/t/pod.t perl-qvd-log-3.1.0/QVD-Log-3.116728/t/pod.t --- perl-qvd-log-3.1.0/QVD-Log-3.116728/t/pod.t 1970-01-01 00:00:00.000000000 +0000 +++ perl-qvd-log-3.1.0/QVD-Log-3.116728/t/pod.t 2012-10-02 15:21:46.000000000 +0000 @@ -0,0 +1,12 @@ +#!perl -T + +use strict; +use warnings; +use Test::More; + +# Ensure a recent version of Test::Pod +my $min_tp = 1.22; +eval "use Test::Pod $min_tp"; +plan skip_all => "Test::Pod $min_tp required for testing POD" if $@; + +all_pod_files_ok(); diff -Nru perl-qvd-log-3.1.0/debian/changelog perl-qvd-log-3.1.0/debian/changelog --- perl-qvd-log-3.1.0/debian/changelog 2012-10-02 08:40:27.000000000 +0000 +++ perl-qvd-log-3.1.0/debian/changelog 2012-10-02 15:21:46.000000000 +0000 @@ -1,6 +1,6 @@ -perl-qvd-log (3.1.0-16714) precise; urgency=low +perl-qvd-log (3.1.0-16728) precise; urgency=low * Initial release. - -- Quality Virtual Desktop (Clave de QVD) Tue, 02 Oct 2012 10:40:27 +0200 + -- Quality Virtual Desktop (Clave de QVD) Tue, 02 Oct 2012 17:21:46 +0200 diff -Nru perl-qvd-log-3.1.0/debian/rules perl-qvd-log-3.1.0/debian/rules --- perl-qvd-log-3.1.0/debian/rules 2012-10-02 08:40:27.000000000 +0000 +++ perl-qvd-log-3.1.0/debian/rules 2012-10-02 15:21:46.000000000 +0000 @@ -14,11 +14,11 @@ build-stamp: if [ -f Build.PL ] ; then \ - BUILD_NUMBER=16714 /usr/lib/qvd/bin/perl Build.PL --destdir $(build) ; \ + BUILD_NUMBER=16728 /usr/lib/qvd/bin/perl Build.PL --destdir $(build) ; \ ./Build ; \ ./Build install ; \ else \ - BUILD_NUMBER=16714 /usr/lib/qvd/bin/perl Makefile.PL DESTDIR=$(build) ; \ + BUILD_NUMBER=16728 /usr/lib/qvd/bin/perl Makefile.PL DESTDIR=$(build) ; \ make -j4 ; \ make install ; \ fi