Skip to content

Commit

Permalink
Artistic License 2 ftw
Browse files Browse the repository at this point in the history
  • Loading branch information
sanko committed Mar 26, 2016
1 parent 80118f1 commit f3c0a1d
Show file tree
Hide file tree
Showing 15 changed files with 225 additions and 402 deletions.
575 changes: 199 additions & 376 deletions LICENSE

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dynamic_config" : 0,
"generated_by" : "Minilla/v3.0.1, CPAN::Meta::Converter version 2.150005",
"license" : [
"perl_5"
"artistic_2"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
Expand Down Expand Up @@ -49,7 +49,7 @@
"JSON::Tiny" : "0",
"Moo" : "0",
"namespace::clean" : "0",
"perl" : "5.008001",
"perl" : "5.010",
"strictures" : "2"
}
},
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ For Robinhood's terms and disclosures, please see their website at http://robinh
Copyright (C) Sanko Robinson.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
it under the terms found in the Artistic License 2.

Other copyrights, terms, and conditions may apply to data transmitted through
this module. Please refer to the [LEGAL](https://metacpan.org/pod/LEGAL) section.
Expand Down
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requires 'perl', '5.008001';
requires 'perl', '5.010';

requires 'HTTP::Tiny', '0.056';
requires 'Carp';
Expand Down
4 changes: 2 additions & 2 deletions lib/Finance/Robinhood.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Finance::Robinhood;
use 5.008001;
use 5.010;
use strict;
use warnings;
use Carp;
Expand Down Expand Up @@ -754,7 +754,7 @@ For Robinhood's terms and disclosures, please see their website at http://robinh
Copyright (C) Sanko Robinson.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
it under the terms found in the Artistic License 2.
Other copyrights, terms, and conditions may apply to data transmitted through
this module. Please refer to the L<LEGAL> section.
Expand Down
4 changes: 2 additions & 2 deletions lib/Finance/Robinhood/Account.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Finance::Robinhood::Account;
use 5.008001;
use 5.010;
use strict;
use warnings;
use Carp;
Expand Down Expand Up @@ -187,7 +187,7 @@ For Robinhood's terms and disclosures, please see their website at http://robinh
Copyright (C) Sanko Robinson.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
it under the terms found in the Artistic License 2.
Other copyrights, terms, and conditions may apply to data transmitted through
this module. Please refer to the L<LEGAL> section.
Expand Down
4 changes: 2 additions & 2 deletions lib/Finance/Robinhood/Instrument.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Finance::Robinhood::Instrument;
use 5.008001;
use 5.010;
use strict;
use warnings;
use Carp;
Expand Down Expand Up @@ -97,7 +97,7 @@ For Robinhood's terms and disclosures, please see their website at http://robinh
Copyright (C) Sanko Robinson.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
it under the terms found in the Artistic License 2.
Other copyrights, terms, and conditions may apply to data transmitted through
this module. Please refer to the L<LEGAL> section.
Expand Down
4 changes: 2 additions & 2 deletions lib/Finance/Robinhood/Instrument/Split.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Finance::Robinhood::Instrument::Split;
use 5.008001;
use 5.010;
use Carp;
our $VERSION = "0.01";
use Moo;
Expand Down Expand Up @@ -76,7 +76,7 @@ For Robinhood's terms and disclosures, please see their website at http://robinh
Copyright (C) Sanko Robinson.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
it under the terms found in the Artistic License 2.
Other copyrights, terms, and conditions may apply to data transmitted through
this module. Please refer to the L<LEGAL> section.
Expand Down
4 changes: 2 additions & 2 deletions lib/Finance/Robinhood/Market.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Finance::Robinhood::Market;
use 5.008001;
use 5.010;
use Carp;
our $VERSION = "0.01";
use Moo;
Expand Down Expand Up @@ -97,7 +97,7 @@ For Robinhood's terms and disclosures, please see their website at http://robinh
Copyright (C) Sanko Robinson.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
it under the terms found in the Artistic License 2.
Other copyrights, terms, and conditions may apply to data transmitted through
this module. Please refer to the L<LEGAL> section.
Expand Down
4 changes: 2 additions & 2 deletions lib/Finance/Robinhood/Market/Hours.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Finance::Robinhood::Market::Hours;
use 5.008001;
use 5.010;
use Carp;
our $VERSION = "0.01";
use Moo;
Expand Down Expand Up @@ -95,7 +95,7 @@ For Robinhood's terms and disclosures, please see their website at http://robinh
Copyright (C) Sanko Robinson.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
it under the terms found in the Artistic License 2.
Other copyrights, terms, and conditions may apply to data transmitted through
this module. Please refer to the L<LEGAL> section.
Expand Down
4 changes: 2 additions & 2 deletions lib/Finance/Robinhood/Order.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Finance::Robinhood::Order;
use 5.008001;
use 5.010;
use Carp;
our $VERSION = "0.01";
use Moo;
Expand Down Expand Up @@ -209,7 +209,7 @@ For Robinhood's terms and disclosures, please see their website at http://robinh
Copyright (C) Sanko Robinson.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
it under the terms found in the Artistic License 2.
Other copyrights, terms, and conditions may apply to data transmitted through
this module. Please refer to the L<LEGAL> section.
Expand Down
4 changes: 2 additions & 2 deletions lib/Finance/Robinhood/Position.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Finance::Robinhood::Position;
use 5.008001;
use 5.010;
use Carp;
our $VERSION = "0.01";
use Moo;
Expand Down Expand Up @@ -112,7 +112,7 @@ For Robinhood's terms and disclosures, please see their website at http://robinh
Copyright (C) Sanko Robinson.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
it under the terms found in the Artistic License 2.
Other copyrights, terms, and conditions may apply to data transmitted through
this module. Please refer to the L<LEGAL> section.
Expand Down
4 changes: 2 additions & 2 deletions lib/Finance/Robinhood/Quote.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Finance::Robinhood::Quote;
use 5.008001;
use 5.010;
use Carp;
our $VERSION = "0.01";
use Moo;
Expand Down Expand Up @@ -95,7 +95,7 @@ For Robinhood's terms and disclosures, please see their website at http://robinh
Copyright (C) Sanko Robinson.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
it under the terms found in the Artistic License 2.
Other copyrights, terms, and conditions may apply to data transmitted through
this module. Please refer to the L<LEGAL> section.
Expand Down
4 changes: 2 additions & 2 deletions lib/Finance/Robinhood/Watchlist.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Finance::Robinhood::Watchlist;
use 5.008001;
use 5.010;
use strict;
use warnings;
use Carp;
Expand Down Expand Up @@ -137,7 +137,7 @@ For Robinhood's terms and disclosures, please see their website at http://robinh
Copyright (C) Sanko Robinson.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
it under the terms found in the Artistic License 2.
Other copyrights, terms, and conditions may apply to data transmitted through
this module. Please refer to the L<LEGAL> section.
Expand Down
4 changes: 2 additions & 2 deletions minil.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "Finance-Robinhood"
# badges = ["travis"]
badges = ["travis"]
module_maker="ModuleBuildTiny"

license="artistic_2"

0 comments on commit f3c0a1d

Please sign in to comment.