Help for this page

Select Code to Download


  1. or download this
    has 'log_message' => (
        isa => 'Str',
        is => 'ro',
    ...
    
        $self->_clear_log_message;
    }
    
  2. or download this
    COMMIT CALLED WITH MSG (Committing new plist file revisions.)
    CURRENT MSG ()
    NEW MSG (Committing new plist file revisions.)
    ...
                     'base_url' => 'https://subversion.jf.intel.com/iag/mg
    +d/prmd/mtd/tpt/Rapttr/',
                     'repo_name' => 'rapttr_svn'
                   }, 'SVN::Handle::RapTTR' );
    
  3. or download this
        my $log_msg = $self->log_message;
        print STDERR "0 RETURNING (".$self->log_message.")\n";
        print STDERR "1 RETURNING ($log_msg)\n";
    ...
    # and output
    0 RETURNING (Committing new plist file revisions.)
    1 RETURNING (*SVN::Handle::Committing new plist file revisions.)