[Bps-public-commit] cpan2rt branch, master, updated. 560f7ff4c2199963aff0d776a6fc8282c9e85363
Thomas Sibley
trs at bestpractical.com
Mon Oct 17 13:22:08 EDT 2011
The branch, master has been updated
via 560f7ff4c2199963aff0d776a6fc8282c9e85363 (commit)
from af0cfb4b58346361efe81e110d35dde0ed3d7f8e (commit)
Summary of changes:
lib/CPAN2RT.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 560f7ff4c2199963aff0d776a6fc8282c9e85363
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.
diff --git a/lib/CPAN2RT.pm b/lib/CPAN2RT.pm
index e4941df..1f39c69 100644
--- a/lib/CPAN2RT.pm
+++ b/lib/CPAN2RT.pm
@@ -276,7 +276,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