Skip to content

Commit

Permalink
package versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Pettett committed Sep 6, 2016
1 parent b08b195 commit b610b82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
barcoding*gz
*.fasta
/blib/
/.build/
Expand Down
4 changes: 3 additions & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ use Module::Build;
use Carp;
use English qw(-no_match_vars);

our $VERSION = q[1.0.0];

my $class = Module::Build->subclass(
class => 'Module::Build::Barcoding',
code => <<'SUBCLASS' );
Expand All @@ -37,7 +39,7 @@ SUBCLASS
my $builder = $class->new(
module_name => 'barcoding',
dist_author => 'Dan Turner <[email protected]>',
dist_version => do { my ($r) = q$Revision: 42050 $ =~ /(\d+)/smx; $r; },
dist_version => $VERSION,
dist_abstract => q[Barcoding for Amplicons],
license => 'gpl',
requires => {
Expand Down

0 comments on commit b610b82

Please sign in to comment.