Skip to content

Commit

Permalink
RT #119101, stop including MYMETA files in the tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrundman committed Apr 28, 2017
1 parent c309fa8 commit 3a45199
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Revision history for Audio::Scan

Note: Bug numbers refer to bugs at http://bugs.slimdevices.com

0.98
- RT #119101, stop including MYMETA files in the tarball.

0.97 2017-04-27
- WAV: GH #2, fixed an integer overflow error that could result in an incorrect song_length_ms
for >16-bit files.
Expand Down
2 changes: 0 additions & 2 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ include/wavpack.h
lib/Audio/Scan.pm
Makefile.PL
MANIFEST This list of files
MYMETA.json
MYMETA.yml
README
README.win32
Scan.xs
Expand Down
8 changes: 8 additions & 0 deletions MANIFEST.SKIP
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,19 @@
\.DS_Store$
\bautom4te.cache
\bconfig.status
\bScan\.bs$
\bScan\.c$
\bScan\.o$

# No tarballs!
\.gz$

# Dev stuff
^.travis.yml$
TODO
t/mp3/source.mp3
t/mp3/ext

# https://weblog.bulknews.net/stop-shipping-mymeta-to-cpan-b92215a227f6
^MYMETA\.yml$
^MYMETA\.json$
2 changes: 1 addition & 1 deletion lib/Audio/Scan.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Audio::Scan;

use strict;

our $VERSION = '0.97';
our $VERSION = '0.98';

require XSLoader;
XSLoader::load('Audio::Scan', $VERSION);
Expand Down

0 comments on commit 3a45199

Please sign in to comment.