Title: 
  Move more than one definition
Goal: 
  Move the declaration of records `person' and `name' from module `mr02' to the 
  header file `person.hrl'.
Parameters: 
  [{file,"mr02.erl"},{reclist,[person, name]},{filename,"person.hrl"}].
Documentation: 
  Remove the record declarations from `mr02.erl', append them to `person.hrl'
  and insert an include form into `mr02.erl' before the first function
  definition.
