Clarify name of guard function from 3d56e026, add it globally
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSource.pm
index 8c8f4cc..4b8f1dd 100644 (file)
@@ -2306,7 +2306,7 @@ sub handle {
 
 my $global_phase_destroy;
 sub DESTROY {
-  ### NO detect_reinvoked_destructor check
+  ### NO detected_reinvoked_destructor check
   ### This code very much relies on being called multuple times
 
   return if $global_phase_destroy ||= in_global_destruction;