Skip to content

Commit

Permalink
Prepare for release 1.02
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jul 16, 2020
1 parent 566340e commit eb850d1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for Perl module Ogg::Vorbis::Header::PurePerl.

1.02 2020-07-16 DAVECROSS

- Point to new Github repo
- Fix some perlcritic recommendations

1.01 2020-07-13 DAVECROSS (releasing work by NEILB)
- Moved PurePerl.pm to lib/Ogg/Vorbis/Header/PurePerl.pm
- Refactored test.pl as two tests in t/
Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ WriteMakefile(
resources => {
repository => {
type => 'git',
web => 'https://github.com/dsully/perl-ogg-vorbis-header-pureperl',
url => 'https://github.com/dsully/perl-ogg-vorbis-header-pureperl.git',
web => 'https://github.com/davorg/perl-ogg-vorbis-header-pureperl',
url => 'https://github.com/davorg/perl-ogg-vorbis-header-pureperl.git',
},
},
})
Expand Down
2 changes: 1 addition & 1 deletion lib/Ogg/Vorbis/Header/PurePerl.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use warnings;
# First four bytes of stream are always OggS
use constant OGGHEADERFLAG => 'OggS';

our $VERSION = '1.01';
our $VERSION = '1.02';

sub new {
my $class = shift;
Expand Down

0 comments on commit eb850d1

Please sign in to comment.