From 51f1f3481997c820229a503096fe13bc3c8392cd Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Sat, 25 Feb 2012 15:25:12 +0000 Subject: [PATCH] tidy --- lib/App/MP4Meta/Source/Data/TVEpisode.pm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/App/MP4Meta/Source/Data/TVEpisode.pm b/lib/App/MP4Meta/Source/Data/TVEpisode.pm index 2455c39..a50ecad 100644 --- a/lib/App/MP4Meta/Source/Data/TVEpisode.pm +++ b/lib/App/MP4Meta/Source/Data/TVEpisode.pm @@ -6,11 +6,11 @@ package App::MP4Meta::Source::Data::TVEpisode; # ABSTRACT: Contains data for a TV Episode. use Object::Tiny qw( - cover - genre - overview - title - year + cover + genre + overview + title + year ); 1; @@ -41,4 +41,4 @@ Episode title. Year of episodes original broadcast -=cut \ No newline at end of file +=cut