Changeset 29 in flacrip for trunk/lib/Tracks.pm


Ignore:
Timestamp:
11/05/14 01:06:55 (9 years ago)
Author:
peter
Message:
  • added types to the attributes in the Tracks and Ripper classes
  • removed get_cuesheet from the list of mathods handled by the Tracks class for the Ripper class
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Tracks.pm

    r28 r29  
    2121has tracks => ( 
    2222    is      => 'rw', 
     23    isa     => 'ArrayRef[HashRef]', 
    2324    default => sub { [] }, 
    2425); 
     
    2627has discid => ( 
    2728    is       => 'ro', 
     29    isa      => 'Str', 
    2830    builder  => '_calculate_musicbrainz_discid', 
    2931    lazy     => 1, 
Note: See TracChangeset for help on using the changeset viewer.