in reply to difference between packages and module
A "module" is a file named according to the package it contains, so module Foo::Bar would be in a file named Foo/Bar.pm. There's no need for packages to be modules or for a module to contain only that one package.
The term "module distribution" refers to a collection of one or more modules that get built/installed together. Sometimes the "distribution" part is left off and it's just called "module", but it's really a different idea than a single module.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: difference between packages and module
by Clovis_Sangrail (Beadle) on Jun 27, 2014 at 20:37 UTC | |
by AppleFritter (Vicar) on Jun 27, 2014 at 21:03 UTC | |
by Clovis_Sangrail (Beadle) on Jun 30, 2014 at 18:12 UTC | |
by Anonymous Monk on Jun 28, 2014 at 08:28 UTC |