damonkohler / sl4a

SL4A brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device.
Apache License 2.0
2.42k stars 804 forks source link

Additional Perl modules #193

Open damonkohler opened 9 years ago

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:28

There are several important and missing Perl modules/features:

File::Find
autodie.pm
feature.pm
Encode.pm

Original issue reported on code.google.com by damonkoh...@gmail.com on 6 Nov 2010 at 9:47

Copied from original issue: damonkohler/android-scripting#472

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:28

Issue 194 has been merged into this issue.

Original comment by damonkoh...@gmail.com on 6 Nov 2010 at 9:49

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:28

Issue 297 has been merged into this issue.

Original comment by damonkoh...@gmail.com on 6 Nov 2010 at 9:49

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:28

Issue 298 has been merged into this issue.

Original comment by damonkoh...@gmail.com on 6 Nov 2010 at 9:50

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:28

Issue 302 has been merged into this issue.

Original comment by damonkoh...@gmail.com on 6 Nov 2010 at 9:50

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:28

Issue 304 has been merged into this issue.

Original comment by damonkoh...@gmail.com on 6 Nov 2010 at 9:50

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:28

Also: Inline::Java

Original comment by damonkoh...@gmail.com on 6 Nov 2010 at 9:50

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:28

Also, File::Spec::*

Original comment by damonkoh...@gmail.com on 6 Nov 2010 at 9:55

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:28

Issue 283 has been merged into this issue.

Original comment by damonkoh...@gmail.com on 6 Nov 2010 at 9:55

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:28

Also, HTTP::Tiny
It has no other dependencies.

Original comment by jacode...@gmail.com on 21 Aug 2011 at 2:27

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:28

Also, Class::Struct.
E.g., File::stat, which is included, depends on that.

Original comment by gatinu...@gmail.com on 14 Dec 2011 at 1:21

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:28

There seems to be no way to include new module sub-directories. The answer to 
all of these may be to provide a mechanism to include PAR files (or a single 
one at that) into res/raw (or somewhere else that gets included in the APK). 
This would also require adding PAR to the main packages.

Original comment by ctoo...@gmail.com on 30 Jan 2012 at 12:53

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:28

Where can I download these files.. I am. Clueless

Original comment by utg.2...@gmail.com on 3 Feb 2012 at 7:36

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:28

I would be happy to help with this issue if you would like. If you would like 
my help, please contact me. It might be a good idea to come up with a way of 
making cpan play nice with adb, too (e.g. on your computer, perform a cpan 
build to install the module on your device via adb).

Original comment by themanch...@gmail.com on 5 Jul 2012 at 3:47

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:28

It looks like File::Spec::* stuff (Unix is the only one we need for Android) 
from CPAN work just fine. I'm testing it a bit more now, but it's working so 
far.

Original comment by themanch...@gmail.com on 8 Jul 2012 at 3:55

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:28

Time::Piece (it's XS so it can't just be copied across)

Original comment by jameswri...@gmail.com on 14 Dec 2014 at 8:16