Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

moosex::declare::syntax::keyword::role(3pm) [mojave man page]

MooseX::Declare::Syntax::Keyword::Role(3pm)		User Contributed Perl Documentation	       MooseX::Declare::Syntax::Keyword::Role(3pm)

NAME
MooseX::Declare::Syntax::Keyword::Role - Role declarations METHODS
generate_export CodeRef Object->generate_export () Returns a closure with a call to "make_anon_metaclass". CONSUMES
o MooseX::Declare::Syntax::MooseSetup o MooseX::Declare::Syntax::RoleApplication MODIFIED METHODS
imported_moose_symbols List Object->imported_moose_symbols () Extends the existing "imported_moose_symbols" in MooseX::Declare::Syntax::MooseSetup with "requires", "extends", "has", "inner" and "super". import_symbols_from Str Object->import_symbols_from () Will return Moose::Role instead of the default Moose. make_anon_metaclass Object Object->make_anon_metaclass () This will return an anonymous instance of Moose::Meta::Role. SEE ALSO
o MooseX::Declare o MooseX::Declare::Syntax::Keyword::Class o MooseX::Declare::Syntax::RoleApplication o MooseX::Declare::Syntax::MooseSetup AUTHOR
Florian Ragwitz <rafl@debian.org> COPYRIGHT AND LICENSE
This software is copyright (c) 2008 by Florian Ragwitz. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.18.2 2013-12-14 MooseX::Declare::Syntax::Keyword::Role(3pm)

Check Out this Related Man Page

MooseX::Declare::Syntax::Keyword::Class(3pm)		User Contributed Perl Documentation	      MooseX::Declare::Syntax::Keyword::Class(3pm)

NAME
MooseX::Declare::Syntax::Keyword::Class - Class declarations METHODS
generate_export CodeRef generate_export () This will return a closure doing a call to "make_anon_metaclass". CONSUMES
o MooseX::Declare::Syntax::MooseSetup o MooseX::Declare::Syntax::RoleApplication o MooseX::Declare::Syntax::Extending MODIFIED METHODS
imported_moose_symbols List Object->imported_moose_symbols () Extends the existing "imported_moose_symbols" in MooseX::Declare::Syntax::MooseSetup with "extends", "has", "inner" and "super". auto_make_immutable Bool Object->auto_make_immutable () Is set to a true value, so classes are made immutable by default. make_anon_metaclass Object Object->make_anon_metaclass () Returns an anonymous instance of Moose::Meta::Class. SEE ALSO
o MooseX::Declare o MooseX::Declare::Syntax::Keyword::Role o MooseX::Declare::Syntax::RoleApplication o MooseX::Declare::Syntax::Extending o MooseX::Declare::Syntax::MooseSetup AUTHOR
Florian Ragwitz <rafl@debian.org> COPYRIGHT AND LICENSE
This software is copyright (c) 2008 by Florian Ragwitz. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.18.2 2013-12-14 MooseX::Declare::Syntax::Keyword::Class(3pm)
Man Page

12 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

0403-057 Syntax error at line 70. pls help

Hi All, I got a script from one of the unix forums for reporting on filesystem usage and wanted to use it but it keeps giving me the following error. 0403-057 Syntax error at line 70 The script is shown below. Pls help as I am new to UNIX. # set -x # D I S K S P A C E . S H # #... (2 Replies)
Discussion started by: OMONI
2 Replies

2. What is on Your Mind?

Role of AI in any OS

In any given operating system, generally how much of AI software is involved? Is it related to user-friendliness of OS? What is the future of strong AI? (3 Replies)
Discussion started by: MULTIVERSE
3 Replies

3. Programming

Far Keyword

Hello, What is far keyword in C and for what purpose is it used??? Pls ans. thanx in advance. svh (2 Replies)
Discussion started by: svh
2 Replies

4. Programming

Syntax error at the end of input

Hi, I am getting a strange error as "Syntax error at the end of input" but I dont find any error in the file. Can anyone please let me know what it is? Thanks (2 Replies)
Discussion started by: naan
2 Replies

5. UNIX for Dummies Questions & Answers

Please explain this

if then echo "Syntax: $0 <sid> <COLD/HOT> <DEST>" exit fi if --------------what does this mean??? echo "Syntax: $0 <sid> <COLD/HOT> <DEST>"---pls explain this as well (2 Replies)
Discussion started by: appsdba.nitin
2 Replies

6. Shell Programming and Scripting

Syntax error: Unterminated quoted string

I keep having problems when exicuting this file. It always gives me the error message "36: Syntax error: Unterminated quoted string" If someone could help me edit this it would be much appreciated. #!/bin/sh # # This will continue adding numbers # untill the total is greater than 1,000 #... (5 Replies)
Discussion started by: evilSerph
5 Replies

7. Shell Programming and Scripting

Syntax error at line 11 : `for' is not matched.

hi , while running this script i am getting below error: Syntax error at line 11 : `for' is not matched. here is program: #! /bin/ksh sqlplus -s << !+! user/password update GR_SUB_SCRIPT_PC set act_del_ind='0'; commit; exit; !+! cd /home/salunke/pvcsfiles/source_files for i in... (5 Replies)
Discussion started by: digambar
5 Replies

8. Shell Programming and Scripting

0403-057 Syntax error at line 52 : `)' is not expected.

Can someone please tell me wht is wrong with the following peice of code? I keep getting the following error - 0403-057 Syntax error at line 52 : `)' is not expected. case "${option_count}" in 1) java -Xms256m -Xmx1536m "${APPLNAME}" "${ACTION_TYPE}" > "${LOGFILE}" 2>... (2 Replies)
Discussion started by: Veenak15
2 Replies

9. Shell Programming and Scripting

[Solved] 0403-057 Syntax error `<' is not matched

curr_time=`date +%Y%m%d%H%M` curr_date=`date +%Y%m%d` zero=0 script_path="/home/wccuser1/wcc/Scripts/bulk_file_ftp" file_dir="/home/wccuser1/wcc/Bulk_Files" todays_file_count=`ls -ltr | grep $curr_date | awk '{print $9}' | wc -l` todays_file=`ls -ltr | grep $curr_date | awk '{print $9}'` if... (5 Replies)
Discussion started by: gagandeep
5 Replies

10. Shell Programming and Scripting

./1.sh: Syntax error at line 1 : `<<' is not matched.

function user { sqlplus primeit@$ORACLE_SID/primeit <<EOF select user_name from test; EOF } function gen { genpwdfile dec -in $1 -out $2 echo $1 echo $2 } function reset { sqlplus primeit@$ORACLE_SID/primeit... (7 Replies)
Discussion started by: ripudaman.singh
7 Replies

11. Shell Programming and Scripting

Syntax error from cshrc, but not showing line number

Hi, I have been using ksh till now but was forced to use tcsh from last few days. I am getting a gvimrc error which says "set: Syntax error". What makes this pesky is that it is not showing which line number is the error from. How do I get the line number of the error? Also, I am using the... (11 Replies)
Discussion started by: rishikpillai90
11 Replies

12. Shell Programming and Scripting

HPUX Syntax error at line 9 : `<' is not expected

Hi All, i'm getting this error, can somebody check? file name is like this 951957039339019_560119_000523_2w47_3060_0038_6002.log filename=$(basename "$1") extension="${filename##*.}" filename="${filename%.*}" IFS="_" read -r -a array... (2 Replies)
Discussion started by: charli1
2 Replies