March 29, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2768

           Summary: Module name does not have to match file name
           Product: D
           Version: 2.026
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: steve.teale@britseyeview.com


I can have a file foo.d that contains a line

module aaa.bbb.ccc;

Does this make any sense?


-- 

March 29, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2768


bugzilla@digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Comment #1 from bugzilla@digitalmars.com  2009-03-29 16:21 -------
Yes, it does. It enables one to override the file-name-as-module-name.


--