Skip to content

Commit

Permalink
Release 4.0.2 with test fixes for platforms using long doubles
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Jan 23, 2014
1 parent f22df78 commit 1e20044
Show file tree
Hide file tree
Showing 81 changed files with 85 additions and 80 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,3 +1,8 @@
4.0.2 - 22 Jan 2014

- Tests: fix DomainLanguage.t comparison on perls compiled with
uselongdouble (Eli Lindsey)

4.0.1 - 16 Jan 2014

- Added forgotten Changes entry for 4.0.0. Code is exactly the same as
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream.pm
Expand Up @@ -22,7 +22,7 @@ started with RecordStream
=cut

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Accumulator.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Accumulator;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

sub accept_record {
my $this = shift;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Aggregator.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Aggregator;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Aggregator/Aggregation.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Aggregator::Aggregation;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

# marker for aggregators (used in isa checks)

Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Aggregator/Average.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Aggregator::Average;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Aggregator/Concatenate.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Aggregator::Concatenate;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Aggregator/Correlation.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Aggregator::Correlation;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Aggregator/Count.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Aggregator::Count;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Aggregator/CountBy.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Aggregator::CountBy;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Aggregator/Covariance.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Aggregator::Covariance;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Aggregator/DistinctCount.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Aggregator::DistinctCount;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Aggregator/First.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Aggregator::First;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Aggregator/FirstRecord.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Aggregator::FirstRecord;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Aggregator/InjectInto.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Aggregator::InjectInto;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use App::RecordStream::Aggregator;

Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Aggregator/InjectInto/Field.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Aggregator::InjectInto::Field;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Aggregator/Last.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Aggregator::Last;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Aggregator/LastRecord.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Aggregator::LastRecord;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Aggregator/MapReduce.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Aggregator::MapReduce;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Aggregator/MapReduce/Field.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Aggregator::MapReduce::Field;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Aggregator/MapReduce/FieldSet.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Aggregator::MapReduce::FieldSet;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Aggregator/Maximum.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Aggregator::Maximum;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Aggregator/Minimum.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Aggregator::Minimum;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Aggregator/Mode.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Aggregator::Mode;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Aggregator/Ord2Bivariate.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Aggregator::Ord2Bivariate;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Aggregator/Ord2Univariate.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Aggregator::Ord2Univariate;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Aggregator/Percentile.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Aggregator::Percentile;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Aggregator/PercentileMap.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Aggregator::PercentileMap;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Aggregator/RecordForMaximum.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Aggregator::RecordForMaximum;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Aggregator/RecordForMinimum.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Aggregator::RecordForMinimum;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Aggregator/Records.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Aggregator::Records;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Aggregator/StandardDeviation.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Aggregator::StandardDeviation;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Aggregator/Sum.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Aggregator::Sum;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Aggregator/UniqConcatenate.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Aggregator::UniqConcatenate;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Aggregator/ValuesToKeys.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Aggregator::ValuesToKeys;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Aggregator/Variance.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Aggregator::Variance;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/DBHandle.pm
@@ -1,6 +1,6 @@
package App::RecordStream::DBHandle;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Executor.pm
Expand Up @@ -3,7 +3,7 @@

package App::RecordStream::Executor;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/InputStream.pm
Expand Up @@ -72,7 +72,7 @@ streams are exhausted
=cut

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/KeyGroups.pm
@@ -1,5 +1,5 @@
package App::RecordStream::KeyGroups;
our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/KeySpec.pm
Expand Up @@ -20,7 +20,7 @@ This class knows out to look up a keyspec in a datastructure
=cut

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/LRUSheriff.pm
@@ -1,6 +1,6 @@
package App::RecordStream::LRUSheriff;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Operation.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Operation;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Operation/annotate.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Operation::annotate;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;

Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Operation/chain.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Operation::chain;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Operation/collate.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Operation::collate;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Operation/delta.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Operation::delta;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;

Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Operation/eval.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Operation::eval;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/RecordStream/Operation/flatten.pm
@@ -1,6 +1,6 @@
package App::RecordStream::Operation::flatten;

our $VERSION = "4.0.1";
our $VERSION = "4.0.2";

use strict;

Expand Down

0 comments on commit 1e20044

Please sign in to comment.