[Bps-public-commit] cpan2rt branch, deploy, updated. deployed-3-g4be4c51
Thomas Sibley
trs at bestpractical.com
Mon Apr 1 18:50:02 EDT 2013
The branch, deploy has been updated
via 4be4c513fd0402f41a530d231efd82d9e78d7986 (commit)
from 6b8962d80bd08532ab868d11380e208362e91552 (commit)
Summary of changes:
lib/CPAN2RT.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 4be4c513fd0402f41a530d231efd82d9e78d7986
Author: Thomas Sibley <trs at bestpractical.com>
Date: Mon Oct 17 13:20:56 2011 -0400
Switch cache check to use the file we parse
Since 01mailrc.txt.old hasn't existed, this didn't stop sync_authors
from running.
(cherry picked from commit 560f7ff4c2199963aff0d776a6fc8282c9e85363)
diff --git a/lib/CPAN2RT.pm b/lib/CPAN2RT.pm
index 1a1b0c8..50f9042 100644
--- a/lib/CPAN2RT.pm
+++ b/lib/CPAN2RT.pm
@@ -270,7 +270,7 @@ sub for_all_distributions {
sub sync_authors {
my $self = shift;
my $force = shift;
- if ( !$force && !$self->is_new_file( '01mailrc.txt' ) ) {
+ if ( !$force && !$self->is_new_file( '00whois.xml' ) ) {
debug { "Skip syncing, file's not changed\n" };
return (1);
}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list