msharma-boop / android-scripting

Automatically exported from code.google.com/p/android-scripting
0 stars 0 forks source link

Additional Perl modules #472

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Issue 194 has been merged into this issue.

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

GoogleCodeExporter commented 9 years ago
Issue 297 has been merged into this issue.

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

GoogleCodeExporter commented 9 years ago
Issue 298 has been merged into this issue.

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

GoogleCodeExporter commented 9 years ago
Issue 302 has been merged into this issue.

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

GoogleCodeExporter commented 9 years ago
Issue 304 has been merged into this issue.

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

GoogleCodeExporter commented 9 years ago
Also: Inline::Java

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

GoogleCodeExporter commented 9 years ago
Also, File::Spec::*

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

GoogleCodeExporter commented 9 years ago
Issue 283 has been merged into this issue.

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

GoogleCodeExporter commented 9 years ago
Also, HTTP::Tiny
It has no other dependencies.

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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Where can I download these files.. I am. Clueless

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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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