brmap.pl #1

  • //
  • guest/
  • daniel_sherwood/
  • cvs2p4/
  • test/
  • brmap.pl
  • View
  • Commits
  • Open Download .zip Download (182 B)
#
#

sub brmap
{
  my ($tag) = @_;

  if ($tag eq "ambiguous") { return "main"; } # To test [F]unction
  if ($tag eq "x")         { return "main"; } # To test [B]oth

  return "";
}
# Change User Description Committed
#1 5735 Daniel Sherwood Branch for Sepura import
//guest/perforce_software/utils/cvs2p4/test/brmap.pl
#1 5601 Richard Geiger Integrate 3.0 changes, preparing to publish.
//guest/richard_geiger/utils/cvs2p4/test/brmap.pl
#1 5470 Richard Geiger The Neverending Story.