data_dump.pm #1

  • //
  • guest/
  • perforce_software/
  • revml/
  • lib/
  • VCP/
  • Dest/
  • data_dump.pm
  • View
  • Commits
  • Open Download .zip Download (508 B)
package VCP::Dest::foo ;

=head1 NAME

VCP::Dest::foo - developement output

=cut

$VERSION = 0.1 ;

use strict ;

use base qw( VCP::Dest );

use BFD;

sub handle_header {
   d $_[1];
}

sub handle_rev {
   d $_[1]->as_hash;
}


sub handle_footer {
   d $_[1];
}


=back

=head1 AUTHOR

Barrie Slaymaker <barries@slaysys.com>

=head1 COPYRIGHT

Copyright (c) 2000, 2001, 2002 Perforce Software, Inc.
All rights reserved.

See L<VCP::License|VCP::License> (C<vcp help license>) for the terms of use.

=cut

1
# Change User Description Committed
#6 4496 Barrie Slaymaker - minor POD cleanups to prevent nags when building VCP::Help
#5 4488 Barrie Slaymaker - BFD and Text::Table no longer required modules
#4 4021 Barrie Slaymaker - Remove all phashes and all base & fields pragmas
- Work around SWASHGET error
#3 3803 Barrie Slaymaker - Debugging output improved
#2 3476 Barrie Slaymaker - Note that data_dump: destination is not supported
#1 3475 Barrie Slaymaker - Add VCP::Dest::data_dump