[Bps-public-commit] r20131 - CPAN2RT/bin

ruz at bestpractical.com ruz at bestpractical.com
Wed Nov 11 08:38:40 EST 2009


Author: ruz
Date: Wed Nov 11 08:38:38 2009
New Revision: 20131

Modified:
   CPAN2RT/bin/cpan2rt

Log:
* use new sync_versions method

Modified: CPAN2RT/bin/cpan2rt
==============================================================================
--- CPAN2RT/bin/cpan2rt	(original)
+++ CPAN2RT/bin/cpan2rt	Wed Nov 11 08:38:38 2009
@@ -87,6 +87,7 @@
     $importer->sync_files( $opt{'mirror'} ) if $opt{'sync'};
     $importer->sync_authors( $opt{'force'} );
     $importer->sync_distributions( $opt{'force'} );
+    $importer->sync_versions( $opt{'force'} );
     $importer->sync_maintainers( $opt{'force'} );
 }
 



More information about the Bps-public-commit mailing list