~hikibi/p5-cassandra-simple/master

« back to all changes in this revision

Viewing changes to Makefile.PL

  • Committer: Filipe Gonçalves
  • Date: 2012-12-10 11:02:25 UTC
  • Revision ID: git-v1:5a417b7c4c4d27d3f0982abf8ffc38d1ec731736
        * Proper error handling.
        * Updated thrift generated code.
        * Updated API for easier and more reliable debugging.
        * Updated examples to match the changes.
        * Introduced LazyQuery for easy iteration over all query results.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    PREREQ_PM         => {
10
10
        'Any::Moose' => '0',
11
11
        'Data::Dumper' => '0',
12
 
        'Tie::IxHash' => '0',
 
12
                'Tie::IxHash' => '0',
 
13
                'Try::Tiny' => '0',
13
14
        'Class::Accessor' => '0',
14
15
        'Thrift' => '0',
15
 
        'Thrift::BinaryProtocol' => '0',
16
 
        'Thrift::FramedTransport' => '0',
 
16
        'Thrift::XS' => '0',
17
17
        'ResourcePool' => '0',
18
 
        'Thrift::Socket' => '0',
19
18
        'constant' => '0'
20
19
    }, # e.g., Module::Name => 1.1
21
20
    ($] >= 5.005 ?     ## Add these new keywords supported since 5.005