lp://staging/~philsf/mmrrsim/bp-classes-overhaul
- Get this branch:
- bzr branch lp://staging/~philsf/mmrrsim/bp-classes-overhaul
Branch merges
Branch information
Recent revisions
- 259. By Felipe Figueiredo
-
* lib/MMRRSim.pm (BUILDARGS, BUILD): Moved logger from BUILD() to
BUILDARGS(). Removed finally empty BUILD() method. Now all attributes
are defined in BUILDARGS into %attributes, and passed to the
(now hidden and fully Moose'd) constructor. - 258. By Felipe Figueiredo
-
* lib/MMRRSim.pm (BUILDARGS, BUILD): Moved basename definition from
BUILD() to BUILDARGS().
(_basename): New function, sets default value for basename, and calls
_basename_postfix( ). - 257. By Felipe Figueiredo
-
* lib/MMRRSim.pm (BUILDARGS, BUILD): Moved GridCell instantiation from
BUILD() to BUILDARGS(). - 256. By Felipe Figueiredo
-
* lib/MMRRSim.pm (BUILDARGS, BUILD): Move required attributes definitions
from BUILD() to BUILDARGS(). - 255. By Felipe Figueiredo
-
* lib/MMRRSim.pm (BUILDARGS, BUILD): New method BUILDARGS, creates config
object before MMRRSim object creation. Code moved from BUILD(). Removed
un-needed config_file attribute.
(_basename_postfix) : Changed from method to function. - 252. By Felipe Figueiredo
-
* lib/MMRRSim.pm (BUILD, init): Move logger object creation and
configuration from init() to BUILD(). - 251. By Felipe Figueiredo
-
* lib/MMRRSim.pm: Minor organization of declarations. Move $VERSION to
modules specific block.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/mmrrsim