Skip to content

Commit

Permalink
This commit was manufactured by cvs2svn to create tag 'RELEASE_1_03'.
Browse files Browse the repository at this point in the history
  • Loading branch information
(no author) committed Oct 22, 2005
1 parent c18b4cc commit bea52d4
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 46 deletions.
17 changes: 0 additions & 17 deletions META.yml

This file was deleted.

28 changes: 0 additions & 28 deletions Makefile.PL

This file was deleted.

8 changes: 7 additions & 1 deletion lib/Template/Plugin/AudioFile/Info.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require Exporter;

our @ISA = qw(Exporter AudioFile::Info Template::Plugin);

our $VERSION = '0.01';
our $VERSION = sprintf "%d.%02d", '$Revision$ ' =~ /(\d+)\.(\d+)/;

sub new {
my ($class, $context, $file) = @_;
Expand Down Expand Up @@ -75,6 +75,12 @@ like this.
There are, of course, many other ways to do it.
=head1 METHODS
=head2 new
Constructor for this object. Simply delegates to AudioFile::Info.
=head1 SEE ALSO
=over 4
Expand Down
6 changes: 6 additions & 0 deletions t/pod-coverage.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!perl -T

use Test::More;
eval "use Test::Pod::Coverage 1.04";
plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
all_pod_coverage_ok();
6 changes: 6 additions & 0 deletions t/pod.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!perl -T

use Test::More;
eval "use Test::Pod 1.14";
plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
all_pod_files_ok();

0 comments on commit bea52d4

Please sign in to comment.