Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schwern committed Feb 19, 2010
1 parent bc87f5e commit c6c66a1
Show file tree
Hide file tree
Showing 5 changed files with 367 additions and 82 deletions.
1 change: 1 addition & 0 deletions Build.PL
Expand Up @@ -10,6 +10,7 @@ my $builder = MyBuild->new(
module_name => 'perl5i',
license => 'perl',
dist_author => 'Michael G Schwern <schwern@pobox.com>',
dist_version => 'v0.2.0',

requires => {
'perl' => '5.10.0',
Expand Down
3 changes: 2 additions & 1 deletion Changes
@@ -1,4 +1,4 @@
0.2.0
0.2.0 Fri Feb 19 03:48:36 PST 2010
Incompatible Changes
* "use perl5i" no longer works. You must instead "use perl5i::0" to
protect against future incompatibilities. "use perl5i::latest" for
Expand All @@ -24,6 +24,7 @@
* @array->grep now takes a regex
* Select methods from List::MoreUtils added as ARRAY methods.
all, any, none, true, false, uniq, minmax, mesh.
* Added @array->diff() (brunov)
* "use utf8" is on by default.
* STDOUT, STDIN, STDERR and all opened filehandles have utf8 encoding on.
* @ARGV is encoded as UTF8
Expand Down
48 changes: 39 additions & 9 deletions META.yml
@@ -1,10 +1,11 @@
---
abstract: 'Bend Perl 5 so it fits how it works in our imaginations'
abstract: 'Fix as much of Perl 5 as possible in one pragma'
author:
- 'Michael G Schwern <schwern@pobox.com>'
build_requires:
ExtUtils::CBuilder: 0.26
IPC::Open3: 0
Test::Exception: 0.27
Test::More: 0.88
Test::Warn: 0.11
configure_requires:
Expand All @@ -17,28 +18,55 @@ meta-spec:
name: perl5i
provides:
DateTime::Format::CTime:
file: lib/perl5i/DateTime.pm
file: lib/perl5i/0/DateTime.pm
DateTime::time:
file: lib/perl5i/DateTime.pm
file: lib/perl5i/0/DateTime.pm
DateTime::y2038:
file: lib/perl5i/DateTime.pm
file: lib/perl5i/0/DateTime.pm
perl5i:
file: lib/perl5i.pm
version: v0.1.0
perl5i::DateTime:
file: lib/perl5i/DateTime.pm
perl5i::SCALAR:
file: lib/perl5i/SCALAR.pm
perl5i::0:
file: lib/perl5i/0.pm
version: v0.1.0
perl5i::0::ARRAY:
file: lib/perl5i/0/ARRAY.pm
perl5i::0::DEFAULT:
file: lib/perl5i/0/DEFAULT.pm
perl5i::0::DateTime:
file: lib/perl5i/0/DateTime.pm
perl5i::0::HASH:
file: lib/perl5i/0/HASH.pm
perl5i::0::Meta:
file: lib/perl5i/0/Meta.pm
perl5i::0::Meta::Class:
file: lib/perl5i/0/Meta/Class.pm
perl5i::0::Meta::Instance:
file: lib/perl5i/0/Meta/Instance.pm
perl5i::0::SCALAR:
file: lib/perl5i/0/SCALAR.pm
perl5i::VERSION:
file: lib/perl5i/VERSION.pm
version: v0.2.0
perl5i::latest:
file: lib/perl5i/latest.pm
version: v0.1.0
requires:
Array::Diff: 0.05002
CLASS: 1.00
DateTime: 0.47
DateTime::Format::Epoch: 0.11
File::chdir: 0.1002
Hash::Merge::Simple: 0.04
IPC::System::Simple: 1.18
List::MoreUtils: 0.22
Modern::Perl: 1.03
Module::Load: 0.16
Perl6::Caller: 0.100
Taint::Util: 0.06
Text::Wrap: 2009.0305
Time::y2038: 20081111
Try::Tiny: 0.02
Want: 0.18
autobox::Core: 0.6
autobox::List::Util: 20090629
Expand All @@ -49,7 +77,9 @@ requires:
perl: v5.10.0
version: 0.77
resources:
Chat: irc://irc.perl.org/#perl5i
MailingList: http://groups.google.com/group/perl5i
bugtracker: http://github.com/schwern/perl5i/issues
license: http://dev.perl.org/licenses/
repository: http://github.com/schwern/perl5i/tree/master
version: v0.1.0
version: v0.2.0

0 comments on commit c6c66a1

Please sign in to comment.