move pragma_include to below the EXPORT line in perl module.

This is patch 922680.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6120 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
John Lenz 2004-08-24 01:12:45 +00:00
commit ed4354cefd

View file

@ -359,9 +359,9 @@ public:
Printf(f_pm,"boot_%s();\n", tmp);
Delete(tmp);
}
Printf(f_pm,"%s",pragma_include);
Printf(f_pm,"package %s;\n", fullmodule);
Printf(f_pm,"@EXPORT = qw( %s);\n",exported);
Printf(f_pm,"%s",pragma_include);
if (blessed) {