Skip to content

Commit

Permalink
Bumped version; made Changes file conform to spec
Browse files Browse the repository at this point in the history
  • Loading branch information
run4flat committed Aug 26, 2014
1 parent 5ccf2e4 commit ac6d060
Show file tree
Hide file tree
Showing 10 changed files with 141 additions and 118 deletions.
241 changes: 132 additions & 109 deletions Changes

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/PDL/Graphics/Prima.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;
############################################################################
package PDL::Graphics::Prima;
############################################################################
our $VERSION = 0.15_01;# do not delete these spaces; run update-version.pl
our $VERSION = 0.16; # do not delete these spaces; run update-version.pl
# if you change this

# Add automatic support for PDL terminal interactivity
Expand Down
2 changes: 1 addition & 1 deletion lib/PDL/Graphics/Prima/Axis.pm
Expand Up @@ -7,7 +7,7 @@ use PDL::Graphics::Prima::Limits;
# Here's a package to handle the axes for me:
package PDL::Graphics::Prima::Axis;

our $VERSION = 0.15_01;# update with update-version.pl
our $VERSION = 0.16; # update with update-version.pl

use PDL::Graphics::Prima::Limits;
use PDL::Graphics::Prima::Scaling;
Expand Down
2 changes: 1 addition & 1 deletion lib/PDL/Graphics/Prima/DataSet.pm
Expand Up @@ -82,7 +82,7 @@ package PDL::Graphics::Prima::DataSet;
use Carp;
use Scalar::Util;

our $VERSION = 0.15_01;# update with update-version.pl
our $VERSION = 0.16; # update with update-version.pl

=item widget
Expand Down
2 changes: 1 addition & 1 deletion lib/PDL/Graphics/Prima/Limits.pm
Expand Up @@ -3,7 +3,7 @@ use warnings;

package PDL::Graphics::Prima::Limits;

our $VERSION = 0.15_01;# update with update-version.pl
our $VERSION = 0.16; # update with update-version.pl

# Defines the lm (limits) package in a way that CPAN won't index it
package
Expand Down
2 changes: 1 addition & 1 deletion lib/PDL/Graphics/Prima/Palette.pm
Expand Up @@ -74,7 +74,7 @@ All Palette classes know how to make new copies of themselves... ?
package PDL::Graphics::Prima::Palette;
use Carp;

our $VERSION = 0.15_01;# update with update-version.pl
our $VERSION = 0.16; # update with update-version.pl

=head2 new
Expand Down
2 changes: 1 addition & 1 deletion lib/PDL/Graphics/Prima/PlotType.pm
Expand Up @@ -2283,7 +2283,7 @@ sub draw {

package PDL::Graphics::Prima::PlotType;

our $VERSION = 0.15_01;# update with update-version.pl
our $VERSION = 0.16; # update with update-version.pl

use Carp 'croak';

Expand Down
2 changes: 1 addition & 1 deletion lib/PDL/Graphics/Prima/ReadLine.pm
Expand Up @@ -3,7 +3,7 @@ use strict;
use warnings;
use Carp;

our $VERSION = 0.15_01;# update with update-version.pl
our $VERSION = 0.16; # update with update-version.pl

my $is_setup = 0;

Expand Down
2 changes: 1 addition & 1 deletion lib/PDL/Graphics/Prima/Scaling.pm
Expand Up @@ -3,7 +3,7 @@ use warnings;

package PDL::Graphics::Prima::Scaling;

our $VERSION = 0.15_01;# update with update-version.pl
our $VERSION = 0.16; # update with update-version.pl

package
sc;
Expand Down
2 changes: 1 addition & 1 deletion lib/PDL/Graphics/Prima/Simple.pm
Expand Up @@ -3,7 +3,7 @@ use strict;
use warnings;
use Carp 'croak';

our $VERSION = 0.15_01;# update with update-version.pl
our $VERSION = 0.16; # update with update-version.pl

use PDL::Graphics::Prima;

Expand Down

0 comments on commit ac6d060

Please sign in to comment.