Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9233491
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T06:33:58+00:00 2026-06-18T06:33:58+00:00

Background: I whish to create a distribution that contains a few modules for personal

  • 0

Background:

I whish to create a distribution that contains a few modules for personal use — it will never see the light of day (aka. CPAN). I would like to start these modules using Module::Starter to leverage easy testing, and version management.

(perl 5.12.4 on Ubuntu GNU/Linux)

Question:

How do I use Unicode filenames with Module::Starter, e.g. Local::Λ ← (Lambda)?

This doesn’t work:

$ module-starter --module Local::Λ
Invalid module name: Local::Λ at /usr/local/share/perl/5.12.4/Module/Starter/App.pm line 132.

The line that actually fails is

croak "Invalid module name: $_" unless /\A[a-z_]\w*(?:::[\w]+)*\Z/i;

in Module::Starter::Simple (line 95).

The Lambda clearly is a "word" character.

This works, by the way:

$ cat > xΛ.pm
use utf8;
package xΛ;
sub foo { print "42\n" }
1;
^D
$ perl -Mutf8 -MxΛ -e 'xΛ::foo()'
42
$ 

Things I have not yet tried:

  • spending a day compiling perl 5.16 for more unicode goodness.
  • hacking away at the source, and enabling anything remotely connected to unicode.
  • Checking that this isn’t just a restriction on distribution names (which I am not concerned about, as CPAN will never see this).
  • Checking if this could be a Getopt::Long problem.
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T06:33:59+00:00Added an answer on June 18, 2026 at 6:33 am

    The definition of ‘word character’ changes with: a) your version of perl. b) If the script in question is using your input as a binary string or a character string. Check out the /a & /u flags of recent versions of perl’s regex engine.

    FYI: Because the Perl folks strive for cross-platform compatibility and there is widely varying support for Unicode in various filesystems, they’ve decided not to support Unicode Module Names at this time.


    Resolution from Amon’s Comment:
    this did the trick:

    perl -Mutf8 -M5.012 -MModule::Starter::App -E'$ARGV[1]="Local::\x{039B}";Module::Starter::App->run' -- --module Local::Λ --license gpl3 --ignore git
    

    (Using \x{...} escapes forces unicode, according to perlre).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'd like to create a CWnd based class that will introduce a control with
I want to create a background service which continuously check that is there any
My question is regarding CSS with Jquery which will create three columns that run
I am trying to create a background app which will run at system startup.
I need to animate my background which have 6 images and that needed to
I have a panel with transparent background which i use to draw an image.
I have method which create background thread to make some action. In this background
I am trying to create an application which allows background threads to update core
I have a main Activity A, in which I create a background thread to
In Stringray grid , there is the ability to use a transparent background which

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.