Re: Module name advice

2014-09-18 Thread Ben Deutsch
t::Template::L10N. So "::Localize" is not as fixed as it seems ;-) Would anyone have an alternate suggestion? You may want to focus on the variable environment aspect: Text::Template::LocalVars Text::Template::LocalScope or similar. This way, noone will think it's trying to add l10n functionality. Regards, Ben Deutsch

Re: Naming an Excel 2007 reader package

2014-08-13 Thread Ben Deutsch
les can write XLSX? Or is that the reason for your current choice of "Reader", that yours cannot write XLSX, while the others can?) Best Regards, Ben Deutsch I would like some advice on the naming of an Excel 2007 reader package. The goal is to mirror the Spreadsheet::ParseE

Re: Taking over maintenance of a module

2013-05-12 Thread Ben Deutsch
it our normally conservative "announce publicly and wait" process to transfer it immediately." Regards, Ben Deutsch

Re: in running test on a module -- where is the module ?

2013-03-02 Thread Ben Deutsch
bundled up. From what you said, it does not appear that you use 'make dist' et al., so this may not apply to you. However, have a look at their documentation, you may want to use this to create your archive for uploading. Regards, Ben Deutsch

Re: Minor scripts in Distributions + Re: …module for lossy text compression

2013-02-06 Thread Ben Deutsch
up a tiny bit of disk space. > > However, if they are not installed and the user wants them, he must > run the installation manually again, which is super-annoying. This > takes up time, which is a more precious resource.[…] True. I'll install the script; it's not an exampl

Minor scripts in Distributions + Re: …module for lossy text compression

2013-02-03 Thread Ben Deutsch
to everyone while not adding it to "installed exe-files"? So far, I'm including the script in the manifest, inside a "script" directory, but don't have it as part of Makefile.PL. Thanks for inputs, Ben Deutsch On 12/20/2012 04:26 AM, Brian Katzung wrote:

Re: Make sure all the modules have the same version number in a distribution

2013-01-08 Thread Ben Deutsch
:Base::Module; our $VERSION = $My::Base::Module::VERSION; or similar. Would this trip up some version processing infrastructure somewhere? Regards, Ben Deutsch

Re: Please help me name a module for lossy text compression

2012-12-20 Thread Ben Deutsch
er" module, which is meant for subclassing. Text::Filter::DeltaExpression:: would sound like a subclass of this to me. Have you had a look at Text::Filter? If your filters work primarily line-based, it's probably a good fit. Regards, Ben Deutsch

Re: Please help me name a module for lossy text compression

2012-12-20 Thread Ben Deutsch
Text::Filter. I'm now going with Text::Filter::Lossy, since I want to keep (most of the) filters in one place, and also to enable easy programmatic sub-filter selection, for example from command line arguments. Thanks for the pointers, everyone! Ben Deutsch

Please help me name a module for lossy text compression

2012-12-19 Thread Ben Deutsch
meaning. For example, reducing the entire text to the empty string (while great for compression) is straight out. Thanks for your time, Ben Deutsch