Index: lib/Module/Build/Base.pm
===================================================================
--- lib/Module/Build/Base.pm	(revision 12858)
+++ lib/Module/Build/Base.pm	(working copy)
@@ -2062,7 +2062,7 @@
 
 sub prereq_data {
   my $self = shift;
-  my @types = @{ $self->prereq_action_types };
+  my @types = ('configure_requires', @{ $self->prereq_action_types } );
   my $info = { map { $_ => $self->$_() } grep { %{$self->$_()} } @types };
   return $info;
 }
