Skip to content

Commit

Permalink
[dzil] Use PkgVersion to inject VERSION and remove manual declaration…
Browse files Browse the repository at this point in the history
… from Math::Primality::AKS
  • Loading branch information
leto committed Jul 25, 2012
1 parent 1148cae commit b49749f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions dist.ini
Expand Up @@ -4,6 +4,8 @@ license = Perl_5
copyright_holder = Leto Labs LLC copyright_holder = Leto Labs LLC
copyright_year = 2012 copyright_year = 2012


[PkgVersion]

[MetaResources] [MetaResources]
homepage = http://github.com/leto/math--primality homepage = http://github.com/leto/math--primality
repository.web = http://github.com/leto/math--primality repository.web = http://github.com/leto/math--primality
Expand Down
3 changes: 0 additions & 3 deletions lib/Math/Primality/AKS.pm
Expand Up @@ -18,9 +18,6 @@ Math::Primality::AKS - Check for primes with AKS
=cut =cut


our $VERSION = '0.01';
$VERSION = eval $VERSION;

our @EXPORT_OK = qw/is_aks_prime/; our @EXPORT_OK = qw/is_aks_prime/;


our %EXPORT_TAGS = ( all => \@EXPORT_OK ); our %EXPORT_TAGS = ( all => \@EXPORT_OK );
Expand Down

0 comments on commit b49749f

Please sign in to comment.